User: Night of Nights

  • Public profile

User profile: Night of Nights

User info
User name:Night of Nights
History
Joined:
Number of posts:9
Latest posts:

How do I write a loop that has an unkown end?
[code] int i = 1; bool EndFile = false; while(!EndFile) { /*openfile 'i', put data in ect.*/ i++; if...

Just started Windows api....
ok thanks a bunch! EDIT: I made the changes and added some more code ,so when I click on the window...

Opening sequential text files with Fstream
Try to include sstream [code] #include <sstream> [/code] I'm not sure whats the problem if that doe...

Opening sequential text files with Fstream
[code] int i = 0; std::stringstream buffer; // a holding space for i to become a string std::st...

Just started Windows api....
I just started to learn how to code in windows api, I learnt about handles windows and instances ect...

This user does not accept Private Messages