by Chillieman
Taking strings from overloaded std::cin
|
|
[9 replies] Last: What im looking for is something like a function that asks "Is cin em... (by cire)
|
user input, ignore space array of strings |
|
[9 replies] Last: Thank you very much cire, that worked perfectly. (by l00kadiversion)
|
by Zerpent
How to build proper release versions.
|
|
[no replies]
|
by Marc Colome
Why Switch failing?
|
|
[1 reply] : Did you forget a break; after line 6? Also... what do you mean by "... (by Disch)
|
by prestokeys
Returning object from data member address
|
|
[15 replies] Last: Neat. I didn't know that about deque. (by Disch)
|
by Xistenial
Accessing Private Member Functions
|
|
[4 replies] Last: Vlad to the rescue..again thanks man! (by Xistenial)
|
by etneri
Help with Linked Lists
|
|
[3 replies] Last: You need to allocate memory for the structure each time you read a new... (by vlad from moscow)
|
by hockey1scool
error: expected ; before username1
|
|
[3 replies] Last: bold is what I changed. Thsi should work for you now: #include <io... (by Stewbond)
|
by iamk2
Struct with its own input/output operators???
|
|
[7 replies] Last: Thanks geek -been pounding the pages on overloaded operations and have... (by iamk2)
|
Previous declarations |
|
[7 replies] Last: Ah okay. ^^ It would've been helpful if OP was a little more clear w... (by Disch)
|
by DemonLoad er
Huge array error
|
|
[5 replies] Last: what compiler do you use? and how much RAM does the pc have? if you d... (by theblackdog)
|
STring to int |
|
[12 replies] Last: Are you using a text file to store variable data in an attempt to crea... (by Manga)
|
by bndong1984
Pig_latin program.
|
|
[3 replies] Last: line 75 should be int or unsigned int ? (by Smac89)
|
Allocating memory? |
|
[2 replies] Last: I overloaded the ifstream load function. Overload being i used it too ... (by closed account NUj6URfi)
|
by DemonLoad er
Need help with this snake game
|
|
[2 replies] Last: Insert a breakpoit at line 82 and check which position is falling outs... (by Jaybob66)
|
Classes |
|
[7 replies] Last: I remember I used to think the same thing: "Why use classes? Just the... (by IWishIKnew)
|
by mosahab
change the data of 2 rows of an array
|
|
[3 replies] Last: for (int i = 0; i < COLS; ++i) std::swap(iArr[row1 - 1]... (by Cubbi)
|
by cheng412
how to make a quit statement?
|
|
[2 replies] Last: oh i see! thank you. i was still cracking my head about the library. :... (by cheng412)
|
by Showdon
Not declared in scope...
|
|
[2 replies] Last: Declare the functions before main... The computer doesn't know these f... (by timprograms)
|
by Cobalt555
stacks and how to check if they are equal
|
|
[2 replies] Last: Yes kevin is right. I would imagine this will be implemented in terms ... (by Smac89)
|