User profile: s8050

User info
User name:s8050
History
Joined:
Number of posts:30
Latest posts:

Make program into executable file
[quote]How do I make the compiler compile my program into an .exe file?[/quote] [quote]So my program...

coloring pixels on the console window
[i][small][b]freddie1[/b] wrote:[/small][/i] [quote]Have you looked at the Windows Api Console funct...

coloring pixels on the console window
Interesting references! Thank you @FurryGuy. I already have Visual Studio 2010 installed [small](and...

coloring pixels on the console window
OS: Windows 7 IDE: Code::Blocks 16 Programmer type: passionate newbie Hi, I'm familiar with C++...

Reading all the data from a file
If it's a text file, I think the simplest way is [b]std::string::getline()[/b] [code] std::stri...