by AndroidZ
Proper way to return from this loop
|
|
[9 replies] Last: Updated: if (m_parse_success == false){ return *this; ... (by AndroidZ)
|
by AndroidZ
Can someone tell me why this function is executing twice?
|
|
[4 replies] Last: Your main function calls it twice. (Lines 82 and 89.) (by Duthomhas)
|
by nickoolsayz
intro to c++, looking for some help
|
|
[8 replies] Last: You're definitely on the right track. Your compilation errors can b... (by Stewbond)
|
strange error at ending of main |
|
[3 replies] Last: I still don't understand what that code is trying to do. Removing it f... (by Peter87)
|
by Maniax
function recursion
|
|
[5 replies] Last: I'm thinking of a for function unless you have a function named for... (by Aramil of Elixia)
|
by oik
Posotion of the charachter in a string with an iterator
|
|
[1 reply] : An iterator is not required to keep track of its location relative to ... (by Moschops)
|
Tic Tac Toe, find the winner |
|
[7 replies] Last: Oh yeah, sorry. For some reason I thought it was a 2D array! And I us... (by Lynx876)
|
by subjugater
how to give values to a double variable in header
|
|
[3 replies] Last: Yo can put it there (in the declaration that is) only if it's const (a... (by eypros)
|
by kilafan
How to divide the even and odd number to their own array?
|
|
[10 replies] Last: 1 Why would you access evenNum and oddNum . You know that evenNum and... (by hamsterman)
|
by ausairman
How do I make a class instance a member of a parent class?
|
|
[4 replies] Last: Wow, you are going a bit crazy with the pointers there. You could desi... (by IceThatJaw)
|
by AndroidZ
Simple parsing function
|
|
[1 reply] : substring.h // CIS-62 substring class #ifndef _CIS62_SUBSTRING_H_INC... (by AndroidZ)
|
by AndroidZ
What do I need to include for isalpha()?
|
|
[2 replies] Last: Got it, thanks. Just had to put std:: in front. (by AndroidZ)
|
by justcolorado
Game Tile Map Question
|
|
[2 replies] Last: Thank You! That is exactly what I needed. I am going to go with your... (by justcolorado)
|
by justcolorado
Is this the right way to take out the garbage?
|
|
[2 replies] Last: Thank You! (by justcolorado)
|
Tic Tac Toe Help!! |
|
[11 replies] Last: @coder777 Thank you!!! I finally understand what you mean. Oh my goodn... (by TheMassiveChipmunk)
|
Help with reading in data from a txt file to an array. |
|
[2 replies] Last: Does it print anything at all? Is infile successfully opened or not? (by Peter87)
|
by radit91
Simple calculator problem
|
|
[7 replies] Last: atoi and itoa are not the same thing. atoi converts a character to ... (by ReedTompkins)
|
by bricemfr
Node and List
|
|
[1 reply] : You are very new to C++ but want to write a linked list? Have you ever... (by IceThatJaw)
|
by waqas75
c++ graphics
|
|
[2 replies] Last: What is your question? (by ReedTompkins)
|
by Ramzi89
cin.fail() with string
|
|
[9 replies] Last: No - like Peter87 said if you create the ofstream object inside the if... (by exiledAussie)
|