by Nekodan
Trying to get numbers from text file
|
|
[8 replies] Last: Sorry, it took me longer than I'd expected to get back to you #incl... (by gunnerfunner)
|
by malibumilk
how to call?
|
|
[1 reply] : just pass the name of the array: getData(celine); printArrays... (by ne555)
|
by robinlo
'+=': function as left operand error
|
|
[4 replies] Last: oh my god, IT ACTUALLY WORKS! :D thank you A LOT stranger, now I can f... (by robinlo)
|
by megan138829
if else with else if
|
|
[2 replies] Last: This condition is not going to work as intended: if (60 <= Pressure <... (by Chervil)
|
by megan138829
if else loops
|
|
[1 reply] : please do not double post, you waste my time. http://www.cplusplus.co... (by SamuelAdams)
|
by rlake
Function to delete item from hashtable not deleting
|
|
[11 replies] Last: I see now what I was missing. Thank you very much! (by rlake)
|
by MisterTams
Help me properly nest while loops.
|
|
[1 reply] : You have used too many while loops. It is not required to use as much ... (by fantomasAlbania)
|
by Rexorzz1
Pirnting numbers in rows to columns?
|
|
[1 reply] : Simply change cout<<M <<" "; to cout<<M <<" "; ... (by Arslan7041)
|
by imstuux
Starter here!
|
|
[1 reply] : There are some suggestions for beginner projects in an article on this... (by wildblue)
|
by dingfuttsie
couple of errors
|
|
[2 replies] Last: Line 26,27: You're declaring these functions as global, but you have ... (by AbstractionAnon)
|
SFML time problem |
|
[3 replies] Last: sf::Time has two constructors that are not private and those are the... (by cire)
|
by raynierl
max_element and template[Help]
|
|
[2 replies] Last: Awsome, thank you so much now it works perfectly. (by raynierl)
|
by osur
Linked List with class-type data
|
|
[1 reply] : Again, from what I gather I assume the 'new' on line 100 is giving me... (by MikeyBoy)
|
Pointers and C-Strings |
|
[1 reply] : Line 11: STRINGSIZE is an uninitialized variable. Line 12: This arr... (by AbstractionAnon)
|
by HellfireXP
Color Palette?
|
|
[4 replies] Last: Thanks, this works. In another header (loaded before these colors) I ... (by cire)
|
by Culbrelai
Template functions
|
|
[3 replies] Last: First time learning/tying to use Templates, can you tell? Thanks so mu... (by Culbrelai)
|
by newcoder1
Battleship game help
|
|
[2 replies] Last: Pseudo code: Initialize boards Get User 1 name Get User 2 name ... (by koothkeeper)
|
by markusfurst
Replace
|
|
[4 replies] Last: Tried with while and for aswell but it didn't work. (by markusfurst)
|
by abiswas67
How do I put in a yes or no input statement?
|
|
[2 replies] Last: Asking yes or no before and after iterations: #include <iostream> #... (by boost lexical cast)
|
by krutuk
rvalue is not destroyed
|
|
[2 replies] Last: only string literals have static storage duration, see http://en.cppre... (by LukeShen)
|