
please wait
by kradragon94
Confusing in inheritance
|
|
Apr 24, 2013 at 3:36pm
[4 replies] Last: i change as above and stuck in making compare function to write out na... (by kradragon94)
|
by kabuki
Structures help
|
|
Apr 24, 2013 at 2:39pm
[8 replies] Last: Okay, I've just fixed it. I just changed all the operators to . operat... (by kabuki)
|
by theco0kie
Array help
|
|
Apr 24, 2013 at 2:22pm
[2 replies] Last: wow that was simple, thank you very much (by theco0kie)
|
by SoftDisk
small question
|
|
Apr 24, 2013 at 2:06pm
[1 reply] : Each adjList is of type list<Edge>, so you have to iterate over the... (by keskiverto)
|
by lmsmi1
SetConsoleFontEx()?
|
|
Apr 24, 2013 at 2:00pm
[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
|
|
Apr 24, 2013 at 1:56pm
[no replies]
|
Can anyone help me with my arrays please? |
|
Apr 24, 2013 at 1:51pm
[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
|
|
Apr 24, 2013 at 1:10pm
[6 replies] Last: Your code has laid out the graphic using whitespace outside the string... (by Chervil)
|
by ashonk226
Functions
|
|
Apr 24, 2013 at 10:32am
[5 replies] Last: For all those that helped thank you. Here is what I ended up with: ... (by ashonk226)
|
by omegam1
a project
|
|
Apr 24, 2013 at 9:47am
[1 reply] : Please note, that it is not a homework site. We won't do your homework... (by MiiNiPaa)
|
by aflangdon
debugging
|
|
Apr 24, 2013 at 9:35am
[3 replies] Last: I don't get an error. It runs, but does none of the calculations. It... (by aflangdon)
|
Counting characters |
|
Apr 24, 2013 at 8:58am
[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
|
|
Apr 24, 2013 at 8:36am
[14 replies] Last: bool Collision(float spaceship_x,float spaceship_y,float asteroid_x... (by Lazerah)
|
by ausairman
system("CLS") is too slow
|
|
Apr 24, 2013 at 8:14am
[6 replies] Last: Cool thanks :) (by ausairman)
|
by Miki Patel
Playfair Cipher
|
|
Apr 24, 2013 at 7:57am
[1 reply] : the problem is this: fc++; if (fc == 6) { fr++; // fr is increased, bu... (by coder777)
|
by Olysold
istream_iterator read text file.
|
|
Apr 24, 2013 at 7:36am
[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
|
|
Apr 24, 2013 at 7:30am
[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
|
|
Apr 24, 2013 at 7:25am
[4 replies] Last: thank you guys i will try that zhuge :) (by suraya)
|
by Wesley6694
while with a string? Help please.
|
|
Apr 24, 2013 at 7:18am
[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?
|
|
Apr 24, 2013 at 7:13am
[1 reply] : It is possible, but be careful and know what you do. int a = 10; doubl... (by Peter87)
|