by giangdavis
If it’s a letter, prints out where it is in the alphabet
|
|
[1 reply] : This might help: #include <iostream> #include <cctype> int main () { ... (by ats15)
|
by NewProgramma
Question: diff. between ++i and i++
|
|
[4 replies] Last: ohh i see! I got it now :) Thank you all very much for the clarificat... (by NewProgramma)
|
by RandomGeek
String Variable has value?
|
|
[2 replies] Last: Oh ok, thank you for your reply, I'll keep it in mind :) (by RandomGeek)
|
by b1477
Password Verifier
|
|
[3 replies] Last: Sorry for the late response everyone, Ive been slammed with work and o... (by b1477)
|
by bardo99
HELP!!! " Character escape sequence "
|
|
[1 reply] : Place your tabs inside your quotes. This will get rid of the errors y... (by pearlyman)
|
Having trouble opening file c++ |
|
[6 replies] Last: Try opening a file with a unique file name for output using the ofstre... (by jlb)
|
by LainStorm
Having trouble finding the error in my code (ft. while loops)
|
|
[2 replies] Last: In function 'int main()': 27:9: error: 'gradeTwo' was not declared i... (by closed account 48T7M4Gy)
|
by ottob
Segmentation fault (core dumped)
|
|
[6 replies] Last: I changed NUM_HOUR to a const int NUM_HOUR = 0; and I did the same fo... (by cire)
|
by aznology
Reading in Mixed data from a file using double for loops?
|
|
[1 reply] : Outer loop for each driver. A nested loop inside the outer loop for e... (by cire)
|
by Ko2S2shot
Help with displaying 1000 random numbers
|
|
[2 replies] Last: Hey i figured it out here is the code thanks for your help #includ... (by Ko2S2shot)
|
by Matiss
I am asking for help with a task :)
|
|
[5 replies] Last: You should use a variable unrelated to the calculation of the arithmet... (by cire)
|
by gml5121
Need some help
|
|
[3 replies] Last: If you don't know know how to solve the problem on paper, then your ne... (by SamuelAdams)
|
by Chubby
enmu to normal
|
|
[4 replies] Last: enum {DIGIT,LETTER, IDENT, INT_LIT, ERROR, SPACE, STOP, PLUS_CODE}; ... (by Chubby)
|
by afj978
Sorting CSV (excel) with C++
|
|
[no replies]
|
Need help with a class problem(event) |
|
[4 replies] Last: I appreciate the help, but my problem is I have to do it with those fu... (by helloworld135)
|
by chatpads
For loop not outputting table to file
|
|
[5 replies] Last: Show me what you expect the output to be in this case please. (by closed account 48T7M4Gy)
|
Using Input from a Document to find averages and show string output |
|
[1 reply] : Please help. I feel like the more I try to fix it the worse I'm making... (by jdrouillard505)
|
by nyaonyao
Help with understanding Fraction class code
|
|
[2 replies] Last: Ok cool, thanks. Yeah that helps a lot! (by nyaonyao)
|
by new1
using class variables outside the class.
|
|
[4 replies] Last: Want to maintain my list as globally.. Here my list changing in differ... (by new1)
|