by HeatMan
Controlling the setcolor function
|
|
[no replies]
|
by griern68
creating custom bit streams
|
|
[no replies]
|
by HeatMan
RPG random position problem...
|
|
[2 replies] Last: Thanks! (by HeatMan)
|
by gd566
int and char issues
|
|
[2 replies] Last: You can use exceptions to validate input (by Umz)
|
by Hazer
Get program name
|
|
[2 replies] Last: try with this: #include <iostream> using namespace std; int ... (by Bazzy)
|
by chu121su12
Simple efficiency question
|
|
[5 replies] Last: Another question. Which one is more efficient (now should be in memory... (by chu121su12)
|
by willia23
Header files.
|
|
[5 replies] Last: The most important thing about using header file is Encapsulation, and... (by nrc1982)
|
by Claymz
3D Distance
|
|
[2 replies] Last: ty my bad :) (by Claymz)
|
Problem recognizing EOF |
|
[2 replies] Last: Yeah, code would be nice...I could guess you could try a break maybe..... (by firedraco)
|
by rapture2048
int and argv[][]
|
|
[2 replies] Last: You can use the function static_cast in order to cast the variable fro... (by locorecto)
|
by CheesyBeefy
Opening a Second Console Window
|
|
[6 replies] Last: Hehehe...I suppose there is a good reason for everything... (by LacViet)
|
by sixstring
program naming convention
|
|
[1 reply] : hello - system command. Hello - command doesn't exist ./Hello - run ... (by Repentinus)
|
Books for Beginners |
|
[1 reply] : The best book for C++ developers I think to be "The C++ Programming La... (by Bazzy)
|
by rockinruler
Check my sudoku solver
|
|
[no replies]
|
by Asheboy
How to execute something from C++
|
|
[1 reply] : You can use system("c:\program.exe"); (by Hazer)
|
by limey65
Gpa.cpp
|
|
[1 reply] : for the function, openFiles(), might I suggest that your variable, gen... (by ja23jr)
|
by o0OpsyphiO0o
incrementing arrays
|
|
[5 replies] Last: doesn't matter, simple problem to fix, I was asking it to loop 33 time... (by o0OpsyphiO0o)
|
by cyberpirate
fgets proplem
|
|
[no replies]
|
for loop |
|
[2 replies] Last: By the look of it, you need 3 loops. (for) will work fine. 1. The ... (by LacViet)
|
by craziestdan
Creating an application?
|
|
[1 reply] : You use Window API. But it's really difficult to learn. I am currently... (by LacViet)
|