by kradragon94
Confusing in inheritance
|
|
[4 replies] Last: i change as above and stuck in making compare function to write out na... (by kradragon94)
|
by kabuki
Structures help
|
|
[8 replies] Last: Okay, I've just fixed it. I just changed all the operators to . operat... (by kabuki)
|
by theco0kie
Array help
|
|
[2 replies] Last: wow that was simple, thank you very much (by theco0kie)
|
by SoftDisk
small question
|
|
[1 reply] : Each adjList is of type list<Edge>, so you have to iterate over the... (by keskiverto)
|
by lmsmi1
SetConsoleFontEx()?
|
|
[4 replies] Last: I've not used this function myself. But presumably you need to define ... (by Chervil)
|
by Mustehssun
what graphics to use on Dev C++ 5.4.0
|
|
[no replies]
|
Can anyone help me with my arrays please? |
|
[5 replies] Last: Thank you for the help screen name will be used to give credit for the... (by ejhernandez381)
|
by Minimacfox
Hangman drawing problem
|
|
[6 replies] Last: Your code has laid out the graphic using whitespace outside the string... (by Chervil)
|
by ashonk226
Functions
|
|
[5 replies] Last: For all those that helped thank you. Here is what I ended up with: ... (by ashonk226)
|
by omegam1
a project
|
|
[1 reply] : Please note, that it is not a homework site. We won't do your homework... (by MiiNiPaa)
|
by aflangdon
debugging
|
|
[3 replies] Last: I don't get an error. It runs, but does none of the calculations. It... (by aflangdon)
|
Counting characters |
|
[6 replies] Last: It may help to note that the fourth parameter to std::accumulate (on l... (by keskiverto)
|
by Lazerah
My first Allegro game
|
|
[14 replies] Last: bool Collision(float spaceship_x,float spaceship_y,float asteroid_x... (by Lazerah)
|
by ausairman
system("CLS") is too slow
|
|
[6 replies] Last: Cool thanks :) (by ausairman)
|
by Miki Patel
Playfair Cipher
|
|
[1 reply] : the problem is this: fc++; if (fc == 6) { fr++; // fr is increased, bu... (by coder777)
|
by Olysold
istream_iterator read text file.
|
|
[2 replies] Last: That was simpler than expected =p. Thanks Cubbi for that and the tip. (by Olysold)
|
by ausairman
How do I create a vector of new'd vector pointers
|
|
[5 replies] Last: [quote=cire]My question is, why add 100 new'd elements to a vector? Wh... (by cire)
|
by suraya
fatal Error C1083
|
|
[4 replies] Last: thank you guys i will try that zhuge :) (by suraya)
|
by Wesley6694
while with a string? Help please.
|
|
[1 reply] : The loop condition is only checked at the beginning of the loop so it ... (by Peter87)
|
by ccwhat
can't reference have a type cast?
|
|
[1 reply] : It is possible, but be careful and know what you do. int a = 10; doubl... (by Peter87)
|