by sanasuke15
Character/String types
|
|
[7 replies] Last: Ok, last question how does the computer know that A is greater than B ... (by sanasuke15)
|
by Tim1010
Extremely new
|
|
[4 replies] Last: Thx for the help guys I really appreciate it. This will help me get st... (by Tim1010)
|
Do you need to read everything in C++ Primer? |
|
[1 reply] : decltype is pretty common in modern code.. At least become familiar wi... (by Cubbi)
|
by jer311
Files and reference function
|
|
[2 replies] Last: Thanks! (by jer311)
|
by kodiake
Issue with some code
|
|
[2 replies] Last: Thank you I was just getting so frustrated at it I guess I didn't thin... (by kodiake)
|
by maximus123
Read from file of arbitrary length
|
|
[1 reply] : just put your values in a container, if you need those values to persi... (by Cubbi)
|
by cebegaf
using .find
|
|
[2 replies] Last: Here's a hint. Read about the return value of std::string::find() here... (by norm b)
|
by playitpro
What's wrong with this equation?
|
|
[2 replies] Last: Wow, thank you. I didn't actually think it was something that easy :( (by playitpro)
|
by Jort
Hangman program wont run correctly-
|
|
[1 reply] : 0 is the boolean value for false, not true. (by Ispil)
|
by drzazga
decrypter
|
|
[1 reply] : EDIT: its supposed to do the first 8 letters, hence the counter. Ho... (by Catfish4)
|
Having trouble with C string and File operations |
|
[10 replies] Last: I figured out the problem, I had a dangling semicolon on the fgets() c... (by mothergoose729)
|
by maximus123
3 x 3 matrix
|
|
[4 replies] Last: Thanks for the help, this works nicely. (by maximus123)
|
by aggsyb
Correct way of writing long or statements
|
|
[2 replies] Last: I've found that the need for these kinds of if statements are rare and... (by Disch)
|
by binso
Standard deviation problem.
|
|
[2 replies] Last: Hi, thanks for your reply. I found out the problem and resolved it. ... (by binso)
|
by gaz95
'=' not recognised
|
|
[2 replies] Last: Thanks, i honestly cant believe i wasted so long looking for that :) (by gaz95)
|
by wcsjunior
char equals an int??
|
|
[3 replies] Last: Thanks guys, I caught the mistake I did because I meant to enter in 't... (by wcsjunior)
|
by wolfpack4417
cin.get and cin.ignore help
|
|
[3 replies] Last: As you can see from the documentation, http://www.cplusplus.com/refere... (by Chervil)
|
by freecody24
help with 4 random number
|
|
[1 reply] : You can use a simple LNG, you will need to set a seed for the generato... (by Bourgond Aries)
|
Making own array class |
|
[4 replies] Last: so if I'm understanding correctly the code you posted saves a number ... (by Catfish4)
|
by spaceman13
Help with Two Dimensional Arrays
|
|
[5 replies] Last: Looks like you have declared and initialized the two arrays okay. I r... (by Michael37)
|