by OhMyJosh1k
If 2 statements
|
|
[2 replies] Last: You are truly the greatest of all time. Thank You (by OhMyJosh1k)
|
characterName issue |
|
[8 replies] Last: similar issues on other compilers, where the compiler can't tell that ... (by jonnin)
|
by b29hockey
Struct issues
|
|
[2 replies] Last: Hello b29hockey, I was working on the program and realized a flaw. I... (by Handy Andy)
|
by PBark78
TAN Function
|
|
[7 replies] Last: Look closely at lines 48-50. Missing semicolons. Your aversion to us... (by deleted account xyzzy)
|
Building during runtime |
|
[7 replies] Last: @GolBer, It would not suspect engine design, cocos2d-x is widely tru... (by Niccolo)
|
by mcgrim8
trim vowels
|
|
[18 replies] Last: Btw, when you wrote: "the for loop should be",you didn't change that ... (by dhayden)
|
by Adisharma
C++ Questions
|
|
[4 replies] Last: Yes we can! (though we shouldn't.. unless we're writing a 1990's-style... (by Cubbi)
|
by crispy pata
Birthdate program using the MM-DD-YYYY
|
|
[7 replies] Last: It will work if there are no spaces between the minus sign and the num... (by JLBorges)
|
by crispy pata
Can someone make a code for this please? I just want to know how to remove the dash sign on my output
|
|
[4 replies] Last: Didn't you already do this ? http://www.cplusplus.com/forum/beginner/2... (by salem c)
|
by RadhikaGupta
Ticker class usage inside of while loop
|
|
[8 replies] Last: I'm not going to dig through the manual for syntax detail, but I think... (by salem c)
|
by frza45
Converting int to string with to_string
|
|
[16 replies] Last: #include <iostream> #include <string> #include <fstream> #incl... (by markcowell23)
|
by RRacer17
Morse Code encrypt & decrypt C++
|
|
[3 replies] Last: on the grounds you would be unwise to turn this in without being able ... (by jonnin)
|
by sohui
error : unterminated #ifndef
|
|
[3 replies] Last: I was able to run code without errors and didn't edit the files. Maybe... (by rjphares)
|
by kklloow
Approach
|
|
[1 reply] : you should focus on one of these at a time. what have you done so far... (by jonnin)
|
by clamicun
""Real"" length of a string
|
|
[10 replies] Last: Thanks a lot guys, it is solved. Use the function: GetTextExtentPoint... (by clamicun)
|
by Ch1156
File parsing help
|
|
[8 replies] Last: @Ch1156, It is difficult to answer your questions if you keep changing... (by lastchance)
|
Help With Deleting Array Elements, thank you! |
|
[17 replies] Last: Yes, that is incredibly helpful - more than happy to meet you halfway ... (by jamesborjas01)
|
by kijsee
Help with simple c++
|
|
[2 replies] Last: Sheesh!, alphabet soup belongs here -> https://www.ioccc.org/ int i... (by salem c)
|
by highwayman
Classes and structs, more space taken?
|
|
[6 replies] Last: Thanks, (by highwayman)
|
by adam2016
Passing 2d char array by pointer to function
|
|
[7 replies] Last: Any value within the square brackets of an array "passed by value" (al... (by TheToaster)
|