by gghf
Why doesn't this loop work like it should?
|
|
[9 replies] Last: Do you mean: std::vector<const std::string> MAD; std::string f; if (... (by keskiverto)
|
by Any1with25c
Text adventure
|
|
[3 replies] Last: Post all of your code again in the code tags to make it easier to read... (by cspctec)
|
by Xesna
Celsius Temperature Table not working?
|
|
[2 replies] Last: Thanks. Also, I apologize for not adding #include <iomanip> , forgot ... (by Xesna)
|
by bpedigo
program crashes
|
|
[5 replies] Last: Thanks so much for your help on this moving the counter variables to t... (by bpedigo)
|
by cspctec
Parsing a string to get numbers
|
|
[3 replies] Last: Thanks... I changed the "\n" to '\n' and now it works. (by cspctec)
|
by Mayah
Simple program using functions
|
|
[1 reply] : Assuming that you mean "square root" from the function "SqRoot", you c... (by cspctec)
|
by JoonStudios
Else If problem
|
|
[2 replies] Last: Thank you so much! (by JoonStudios)
|
by Cayle
Help with classes not being able to call functions.
|
|
[4 replies] Last: All of my files are .cpp/.hpp the second error went away as you said. ... (by Cayle)
|
by johngreen04
Contact List/Address Book program
|
|
[2 replies] Last: Thanks for the reply. Unfortunately, we haven't gone over std::map muc... (by johngreen04)
|
by sakonpure6
Initializing Variables in Derived Classes
|
|
[3 replies] Last: ohhh thank you!!! (by sakonpure6)
|
by Al GIS
Multiple functions with case selector.
|
|
[5 replies] Last: As I suspected I should have followed the pseudocode in the order list... (by Al GIS)
|
by RabMac
Issue with strings
|
|
[4 replies] Last: Thanks very much for all the help mate, really appreciate it. (by RabMac)
|
by petersrolo
Complex Numbers
|
|
[1 reply] : A = std::complex<double>(2.0,2.0); should work, according to: http:/... (by closed account D80DSL3A)
|
by namesjj
Replacing strings in a dynamic array
|
|
[4 replies] Last: try this: create a function to replace a word. string replace_with(... (by IWishIKnew)
|
Help! I get an 'Invalid null pointer' error |
|
[5 replies] Last: The problem was in line 29, where I was initializing the struct array... (by Bianelis Liriano)
|
by Wilsontyle
Using While Loops With Arrays and Classes
|
|
[1 reply] : and where is the array? (by Chriscpp)
|
Reading in .dat file, line by line, and storing in int array |
|
[7 replies] Last: Thanks! You really helped a lot. (by blackvelvet77)
|
by stardust2552
Changing from variable to another
|
|
[2 replies] Last: I understand that and I haven't got the main I was just trying to fi... (by stardust2552)
|
by Jon44
Help with creating an updating screen for a simple game.
|
|
[no replies]
|
by deividas717
Find longest words int txt
|
|
[4 replies] Last: Load the two files into two deque<string> objects. Sort them by leng... (by Duthomhas)
|