Sunday 30 August 2015

memory card corrupted

Mobile gives an error that memory card is corrupted and format the card....


Steps::
* Get a memory card reader and put it on your computer.
* Get the drive letter for the card it will be like "Removable drive (X):" in my computer
* Type in command prompt " chkdsk /r X: "   replace X with your drive letter.


Sunday 19 April 2015

g++.exe has stopped working?

solving it for windows 8 dev c++ without installing new version of dev c++.

steps

1. Goto tools -- compiler option -- programs
2. make following changes:
    gcc.exe  to mingw32-gcc.exe
    g++.exe to c++.exe
    make.exe to mingw32-make.exe