Program help |
|
[14 replies] Last: It's not clear what you mean. You should try it out in your code inste... (by closed account 48T7M4Gy)
|
by Viking86
How to negate case sensitivity.
|
|
[13 replies] Last: Woohoo! Thank you Sakura! Now could you tell me why that fixed it so I... (by Viking86)
|
finding ' symbol |
|
[3 replies] Last: thanks for the help! (by closed account oEwqX9L8)
|
by zerophase
Is there a built in means of reading a vector<char> line by line?
|
|
[5 replies] Last: For me this is mostly a learning exercise. A custom allocator would de... (by zerophase)
|
by fm401
Help with a question!!!
|
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/198344/ (by closed account 48T7M4Gy)
|
by fm401
C++ beginner in need of help with a problem
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/198341/ (by closed account 48T7M4Gy)
|
by Xizor
How to read file and calculate data
|
|
[1 reply] : int a, b, c, d string e while( elect12 >> a >> b >> c >>d >> e) { ... (by closed account 48T7M4Gy)
|
by Saibachick
Need help with functions
|
|
[8 replies] Last: Sorry for the late reply. That's becoming a lot clearer to me now! I w... (by Saibachick)
|
by marc4120
Error when trying to open file created by user input
|
|
[4 replies] Last: Hello marc4120, How do I create the input file without knowing what ... (by Handy Andy)
|
by CelestialX
Manipulating Random Word Generation
|
|
[4 replies] Last: I figured a way to fix it: I replaced the else if s with just else sta... (by CelestialX)
|
by dawnstar
Functions & Calculations
|
|
[2 replies] Last: Hello dawnstar, Read up on setw, setpersion in the iomanip headder fi... (by Handy Andy)
|
more stuff about cin? |
|
[1 reply] : There are about 400,000 matches on google, some like this one. https:/... (by SamuelAdams)
|
by cimps1987
Need Assistance with Simple Program
|
|
[2 replies] Last: Hello cimps1987, I had to guess at some of this, but to alter the out... (by Handy Andy)
|
by CaptainFritz
access a class that is a private member of another class
|
|
[2 replies] Last: @personxd1 Is there any chance that you can make a simple code example... (by CaptainFritz)
|
by rantiv
loops and nested loops
|
|
[2 replies] Last: for (h = 0; h < arrowBaseHeight; ++h) { for ( w = 0; w < arrow... (by Hengry)
|
by cinnamonstix
error compiling
|
|
[1 reply] : What *.h and *.cpp files do you have and how do you compile? In other ... (by keskiverto)
|
by rantiv
reducing an if statement
|
|
[2 replies] Last: yes ok! Thanks! (by rantiv)
|
by Amker
having problem with while loop
|
|
[1 reply] : It looks like the program exits due to this line: if (a < 666) retu... (by EtDecius)
|
writing into a map from a file |
|
[13 replies] Last: thanks for trying to provide help with the problem i finally came to a... (by globaltourist)
|
by jeg19
if statements and modulus
|
|
[7 replies] Last: Hello jeg19, You have two choices for dealing with a negative number:... (by Handy Andy)
|