by KTlady
Not using repeating numbers
|
|
[5 replies] Last: 1. Read the code as a string (not a number). 2. Check that the first c... (by Duthomhas)
|
by IcantCode
While Loop
|
|
[1 reply] : Let's look at lines 21 - 27: if (var > 0) { bool first = f... (by xismn)
|
by warrior757
help with errors
|
|
[3 replies] Last: Help me for getting correct answere. in this program i want to get ans... (by ibrahim069)
|
Class Object Value to String |
|
[5 replies] Last: You all are amazing!Thank you so much! It's displaying now :) Now I'm... (by itsbenbroughton)
|
by nam13g
Help with Do-while Conditions and Sorting
|
|
[4 replies] Last: Thank you Chervil. I have been focusing on the actual loop itself for ... (by nam13g)
|
by sputterputz
Using characters to make selections
|
|
[no replies]
|
by ecr32
Defining Matrices with a function
|
|
[no replies]
|
by Lucid1
while (is.get(c)) File not opening, console hangs
|
|
[no replies]
|
by phsyrik
Call .cpp files from a .cpp file
|
|
[3 replies] Last: You could code the multiplayer and singleplayer differently. then make... (by jgg2002)
|
by tigertm64
Overloaded Operator and arguments passed by reference
|
|
[4 replies] Last: Also at line 11 of your original post, what happens if poly1.terms = 3... (by dhayden)
|
c++ writing individual characters from input to char array |
|
[1 reply] : std::string is basically a container for individual chars. You can acc... (by Computergeek01)
|
by armando2
help
|
|
[2 replies] Last: Start with a function that prints character ch out n times: void repe... (by dhayden)
|
by Sid123
Shortcut to brute force copy paste?
|
|
[2 replies] Last: Why so impatient? Perhaps you could add all those buttons to a QButt... (by keskiverto)
|
reading names |
|
[3 replies] Last: Look at lines 8 and 9 of your first example (find and substr). Just ne... (by Chervil)
|
by Akrone
Problem with the do...while loop
|
|
[6 replies] Last: Ok! Thanks for your time AbstactionAnon :) (by Akrone)
|
by Noah McGrath
A question about console, games and begginer guides
|
|
[4 replies] Last: My opinion, for what it's worth, this, http://www.amazon.com/Beginning... (by mgoetschius)
|
by csell
vector subscript out of range
|
|
[2 replies] Last: Thank you so much, its amazing how i could get stuck on one letter for... (by csell)
|
by Respect
If statements with string values?
|
|
[3 replies] Last: = is the assignment operator. == is the equality operator. http://ww... (by AbstractionAnon)
|
by brad97
Help With Monthly Vehicle Expense Program
|
|
[2 replies] Last: Line 50: gasCostPerMonth is uninitialized. Line 56: You call Month... (by AbstractionAnon)
|
by leashbomb69
edited my program, still have 3 small errors i can't find
|
|
[8 replies] Last: I guess that you think too complicated: void container::allocate() { ... (by coder777)
|