by CStu
Delete Characters
|
|
[2 replies] Last: You just need to decrement "i" by one. for(int i = 0; i < strLen; i+... (by Branflakes91093)
|
by seerex
Console application worthless? (1,2,3)
|
|
[56 replies] Last: this is getting ridiculous. this thread is going nowhere at this poin... (by ascii)
|
function being skipped |
|
[3 replies] Last: Wow. I feel even more stupid now. You guys are right. Sorry to waste y... (by Axl Van Damme)
|
by Shay9999
Possible Function?
|
|
[4 replies] Last: Yours is completely right xD I'm just a little confused. (by Shay9999)
|
C++ Convert Hex String to Binary String. |
|
[8 replies] Last: was a lot more simple then I thought.... string GetBinaryStringFro... (by WriteGreatCode)
|
by SeRGeiSarov
Tips for programming scientific applications
|
|
[1 reply] : Could you be more specific? Maybe give an example of what you mean. (by GodPyro)
|
by knightman
C++ Help with Rainfall
|
|
[2 replies] Last: @Disch Agreed and the section before that. (by GodPyro)
|
by LittleQuick
Still stuck on menu
|
|
[12 replies] Last: Solved my answer; I was using break "correctly" but it wasn't what I ... (by LittleQuick)
|
by bacpp
finance function
|
|
[10 replies] Last: thanks guys, it works now... here's the code I used to calculate t... (by bacpp)
|
by makr28
Pure virtual functions
|
|
[4 replies] Last: As I said mate- Your virtual function overrides in the various derived... (by guestgulkan)
|
by frankctd
getline function skipping
|
|
[2 replies] Last: Cool! It worked. Thanks webJose for the prompt response. (by frankctd)
|
by chr15chr15
error converting from std::vector to non-scalar type requested
|
|
[4 replies] Last: oh dear silly mistake. Thankyou very much. :) (by chr15chr15)
|
by zantocon
Perfect Maze algorithm
|
|
[3 replies] Last: Yer a genious :) I changed the code to this and it works: ... (by zantocon)
|
by Nisheeth
Formatting the appearance of a program
|
|
[13 replies] Last: Sorry. Didn't notice! its late night here and I was a bit sleepy! My b... (by Nisheeth)
|
pow function problem |
|
[2 replies] Last: thank you! works fine now! :) (by theberkeleyboss)
|
by tonnot
Need acces to Class A->ClassB->one_function, how to declare ?
|
|
[4 replies] Last: class A { public: function_you_want(){ }; class B : public c... (by zantocon)
|
by vladootz69
Help in Battleship game
|
|
[18 replies] Last: You're welcome. :) Thats what we are here for. Your code above is be... (by GodPyro)
|
by dAND3h
game class question
|
|
[5 replies] Last: You're welcome! :D Good luck with your game! (by GodPyro)
|
by Michelins
C++ Application "not responding" with System (); API
|
|
[1 reply] : Please :( (by Michelins)
|
by Nisheeth
Pointers
|
|
[5 replies] Last: Understood. Thanks a lot. O.K. I will go to those parts soon. (by Nisheeth)
|