by zdzero
Trouble declaring new object
|
|
[3 replies] Last: Generally, unless you really need efficiency, and can prove that effic... (by TwilightSpectre)
|
by masschamber
Rendering Sprites by order of screen position.
|
|
[2 replies] Last: Just a bit more detail on @rmxhaha's response: You said you have a ba... (by TwilightSpectre)
|
Error C3861, Passing string to function |
|
[4 replies] Last: as it results, it was an issue that the header and the prototype were ... (by incongruentbalance)
|
by jdavis3210
Functions
|
|
[2 replies] Last: In line 105: phoneNumber is a String and toDigit returns a char Edit: ... (by Luk3)
|
by ayagomaa
for loops, while loops, do-while loops
|
|
[1 reply] : Nope your homework is yours to do (by rmxhaha)
|
by hunterxe
for looping and if
|
|
[5 replies] Last: I've made few fixes. The comment on your code is to make it easy to se... (by bufige)
|
by nvrmnd
SFML Keyboard event handling without RenderWindow
|
|
[3 replies] Last: many tnx @ iHutch105 , it worked !!, tnx also @ CodeGazer , i didn't k... (by nvrmnd)
|
by Seanobi
I want to create a Rogue-like, but...
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/52245/ http://www.kathekonta.c... (by Smac89)
|
by JBIRD304
Template error
|
|
[6 replies] Last: Try changing your for loop to num < 3 rather than num <= 3 , otherw... (by TwilightSpectre)
|
by phztfte1
NOT ABLE TO ENTER STRING DATA
|
|
[2 replies] Last: Thank you. I should know better. (by phztfte1)
|
by sportstool
Bubble Sort & Elapsed Time
|
|
[17 replies] Last: I figured it out. Thank you. I will incorporate the gist of this test ... (by sportstool)
|
Error Check |
|
[2 replies] Last: Cool, got it to work. thank you. (by richard9lives)
|
by Referendum
Calculating grade statistics - char array to int array
|
|
[2 replies] Last: Alas, I'm quite speechless. I was absolutely sure I had tried that. An... (by Referendum)
|
clearing the screen |
|
[8 replies] Last: There's a bit of an anti-console for games bias on this site, but all ... (by Duthomhas)
|
Visual Studio LNK2005 Error help D: |
|
[4 replies] Last: thanks that's what i wanted to read :D. (by closed account ivDwAqkS)
|
by sierranm
pointer-to-object type?
|
|
[7 replies] Last: Cool. Thank you for your help and explanations! (by sierranm)
|
by football52
Tic Tac Toe - passing variables -
|
|
[3 replies] Last: Delete the semicolon after bool moveIsValid(int m) . (by long double main)
|
by Yungstark3
TXT File Array C++
|
|
[no replies]
|
by Annatar
Moving (centering) the console window
|
|
[8 replies] Last: I understand what you mean, thank you for the reply. In this particula... (by Annatar)
|
by ayagomaa
For while loop
|
|
[4 replies] Last: The limit is unspecified in the question. I assumed that the limit may... (by booradley60)
|