by Mays
input of several numbers at once
|
|
[8 replies] Last: Thanks for explaining! (by Mays)
|
by nvc5221
Grader [Standard Deviation, Mean, Categorizing]
|
|
[2 replies] Last: Thanks man! That really helps, but which arguments would I need to cha... (by nvc5221)
|
by mrbplusplus
Starting C++ for Windows
|
|
[7 replies] Last: No no. If it worked in 2010, it'll work in 2015. I meant that some o... (by JayhawkZombie)
|
by CozyLizard
Formatting an output into neat columns
|
|
[3 replies] Last: This worked perfectly. The way you aligned the << made a lot of sense... (by CozyLizard)
|
by scalezors
c++ letters to numbers, weird error
|
|
[6 replies] Last: sorry, y'all, I haven't been near my laptop. thanks for the help! I f... (by scalezors)
|
by domenlisjak
Hangman style cout for loop
|
|
[1 reply] : Don't double post http://www.cplusplus.com/forum/general/181115/ (by JayhawkZombie)
|
by three60
code
|
|
[1 reply] : http://www.cplusplus.com/reference/fstream/fstream/open/ fstream::in... (by JayhawkZombie)
|
replacing string |
|
[3 replies] Last: Why did it not work before? I'm not sure. I ran the original code unch... (by Chervil)
|
by mar456
Crashing with wrong input
|
|
[2 replies] Last: What is your program exactly supposed to do? As far as I can tell, yo... (by mpark4656)
|
by piachenca
Could you help me fix my code (student scores, files,structure) (1,2)
|
|
[21 replies] Last: You already have the logic, but the logic is in the wrong location. Yo... (by jlb)
|
by chang123
Error c1075 please help
|
|
[6 replies] Last: Thanks Chervil and everyone who tried to help. I used Chervil modified... (by chang123)
|
by sparker366
New programmer want to learn C++ need ide and compiler for free (1,2)
|
|
[21 replies] Last: Here is where I butt in and tell you that I prefer Visual Studio. Int... (by JayhawkZombie)
|
by srah
Using an array in a function.
|
|
[1 reply] : That array is local to that function. It will go out of scope when th... (by JayhawkZombie)
|
by backslashV
iterator out of bounds
|
|
[5 replies] Last: yes I did. words.end() returns an iterator so it won't be correct to c... (by backslashV)
|
by jakelee9009
Scrabble Bag of tiles not working
|
|
[1 reply] : > for (int i = 0; i <= 100; i++) out of bounds. (by ne555)
|
by FighterCoder
Moving My Player Sprite (SFML)
|
|
[6 replies] Last: Thank you for your help, I solved my problem :) (by FighterCoder)
|
by rozick1
possible to simplify code?
|
|
[no replies]
|
by jgg2002
String Conversion Algorithm
|
|
[7 replies] Last: I've no idea what the linked page was supposed to be - I get a big 404... (by Chervil)
|
by r0ry
Tree - dynamic array
|
|
[1 reply] : You either need a constructor, and pass countRes to that constructor, ... (by JayhawkZombie)
|
by gibbsy619
Offset Problem - Caesar's Cipher
|
|
[1 reply] : In your loop you do something weird: Letter = LetterBeingExamined; ... (by Shadowwolf)
|