
please wait
by captnk
Preventing Compiler from Crashing
|
I'm using Visual Studio to program and I want to run a program that has to check about 100 million possibilities and the compiler keep crashing after 15 seconds... |
Mar 1, 2017 at 4:37am
[7 replies] Last: > recurLoop(loop++); C++; // make C bigger, return old value you ... (by ne555)
|
by brendanr425
Menu to Choose Game
|
Hey guys! I'm new here and in need of help. I need to figure out how to write a program that will bring up a game menu. It will first prompt the user for his/he... |
Mar 1, 2017 at 4:01am
[2 replies] Last: Thank you! Really helped a lot. (by brendanr425)
|
using ifstream to read multiple lines of code from file |
Hello, I'm working on a program that reads data from a file then does some processing then writes it to another file. Although I can read strings and numbers wi... |
Mar 1, 2017 at 2:03am
[9 replies] Last: Yes I corrected this with fixed and setprecision (by hirschihuskies97)
|
by cplusplusAbe
cin.ignore
|
Hello guys, I am very close to finding a solution to getting my code to run correctly. I need to create a cin.ignore that says the following; ignore this '... |
Mar 1, 2017 at 1:49am
[1 reply] : http://www.cplusplus.com/forum/beginner/206234/ (by gunnerfunner)
|
by sesslit805
classes
|
So we are supposed to do this program down below but I keep getting errors and I feel like the InstructorProfile.h class is too simple. I dont know what to put ... |
Mar 1, 2017 at 1:42am
[14 replies] Last: Line 8 is commented out in Coliru indeed, that was the whole point o... (by gunnerfunner)
|
by DeKonTiki
Confused about const and & in member funnctions
|
I am learning about creating a class and its member functions but am having a hard time understanding the meaning of const and &. I'll list the funcs first. F... |
Mar 1, 2017 at 12:14am
[1 reply] : But what does the second const on the right mean? The function does... (by TheIdeasMan)
|