User profile: uhraurhua

User info
User name:uhraurhua
Name:Paul
Location:Cluj-Napoca
Website:http://steamcommunity.com/id/uhraurhua
Bio:I have no idea what to post here.....
Statistical data
Birthdate:Jan 9, 1993
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:41
Latest posts:

Project ideas
Well if you want something interesting you can try http://www.lighthouse3d.com/tutorials/glut-tutori...

Database for C++
Where do you want to store the information? In a file or in variables. If you want in a file you sho...

searching a text file for a string
What kind of output do you receive? Btw this is much easier to do using char arrays if your new to c...

searching a text file for a string
Try [code] getline(cin,human); [/code] and [code] if(line.compare(human)==0) search=false; [/code] ...

Sequential Axcess File Help!!!
Try deleting the # from your txt and use space instead ( by space I mean empty space). 1 27200 2 150...