by forge019
Can someone help with this program?
|
|
[2 replies] Last: Thank you! That cleared it up! (by forge019)
|
by ec252
Printing One Asterick in a 2D array
|
|
[6 replies] Last: I'm sorry, I worked on it today and it works now. I must have done som... (by ec252)
|
by axel609
can't open file
|
|
[1 reply] : Try "C:/MyPets.txt" with a '/' after the ':' ... (by Chervil)
|
by FireShadow
Input into private class variable in class function
|
|
[no replies]
|
by rain
Need help with generating random fromseed in my class
|
|
[2 replies] Last: Alternately: template<unsigned short seed> class PseudoRandomGenerat... (by cire)
|
by AbMuneeb
Gaming process
|
|
[1 reply] : For 2D games: You can check out the SFML library: http://www.sfml-dev... (by FireShadow)
|
by wotah
Need help with my code
|
|
[1 reply] : What do you think the starting value of totalCharCount should be? Zero... (by Moschops)
|
by CrashNebula
advice for dealing with files
|
|
[5 replies] Last: Yep! That's what I was thinking! (by koothkeeper)
|
by spacer15
BFS for RGB puzzle.
|
|
[4 replies] Last: @theturk1234 Well I didn't apply pointers anymore, I just made a stri... (by spacer15)
|
Multiple objects calling a function |
|
[6 replies] Last: No problem! (by theturk1234)
|
by elbuto00
Please HELP with random numbers
|
|
[12 replies] Last: Turbo C++ is ancient. You'll want to randomize() somewhere at the be... (by Duthomhas)
|
by shortikid12
Long Code with a segmentation fault
|
|
[2 replies] Last: Something looks odd around lines 26/27 and 33/34. You have both a loc... (by Chervil)
|
by Speakmore
-Need Help- c++ double function
|
|
[3 replies] Last: void doubleArray( Information * person ) { Information * temp; *per... (by keskiverto)
|
by dominologi
[Error] Id return 1 exit status
|
|
[4 replies] Last: I have no clue as to what you mean by the <>formatting button. Read... (by AbstractionAnon)
|
by torgaiv
I need help to read words from a string
|
|
[3 replies] Last: Get whole line Create vector<string> to hold all the output words crea... (by Moschops)
|
by PocketTNT
Char to word comparison with if statement
|
|
[7 replies] Last: Look, I'm still learning how to program. I haven't even made it past t... (by PocketTNT)
|
by Idiotal
tolower() problem.
|
|
[1 reply] : tolower() operates on a single character at a time. Also it leaves t... (by Chervil)
|
by b29hockey
sort function
|
|
[3 replies] Last: You're trying to output a Person object, right? cout << knows all ... (by Moschops)
|
by MisterJoe
I need help making a number guessing game.
|
|
[6 replies] Last: you should put your do{/* . . . */}while(guess != randomNum); inside... (by etrusks)
|
by jaykeblakk
Arrays and strings
|
|
[1 reply] : string phrase is an array of strings not an string. so each index of ... (by Calcushtag)
|