Passing character input from text-box to function |
|
[1 reply] : if (har2 == "kevo") You can't compare char* with == , you need t... (by Thomas1965)
|
by Sauce63
Help getting program to pass variables
|
|
[1 reply] : " why my program is not passing variables to other functions?" can you... (by Bdanielz)
|
by zaryabsaeed
Input from a file
|
|
[1 reply] : The easiest way is to read the whole file, line by line, do the change... (by Peter87)
|
by freakfallout
String is ambiguous (I've looked online no answers)
|
|
[4 replies] Last: Thank you guys for the answers :) I get more now, so I'll start doing ... (by freakfallout)
|
by jsfq
sudoku
|
|
[1 reply] : What is the purpose of line 24? It reads the first character of the ne... (by Peter87)
|
File Stream Questions; Changing from string to int? |
|
[1 reply] : You could read and write integers directly. Just pass integer variable... (by Peter87)
|
use getline without breaking |
|
[2 replies] Last: thanks for the reply, i kind of understand why they wouldn't let you u... (by FluorescentGreen5)
|
by mormaii7
little problem with a structure of arrays
|
|
[1 reply] : strange, can you show as the code? (by xenoviaquarta)
|
by drtran83
Need some guidance with passing struct by reference
|
|
[5 replies] Last: I'm just now getting memory addresses for the values entered instead ... (by cire)
|
by backslashV
reading words from a txt file into a string vector
|
|
[10 replies] Last: ok I found my mistake. I forgot the * for the inner while loop. (by backslashV)
|
by fsmn26
Explanation of output
|
|
[no replies]
|
Need help correcting a test |
|
[6 replies] Last: haha no rush here, just want to learn from my mistakes! okay thanks so... (by closed account i8bjz8AR)
|
by RAVSHAN02
Need Help running program from cmd prompt
|
|
[10 replies] Last: I've already answered that question. (by Duthomhas)
|
replace 1 file with another |
|
[no replies]
|
by Heimerdinger
Distinguishing between integers and doubles in a file
|
|
[1 reply] : std::string::find http://en.cppreference.com/w/cpp/string/basic_str... (by cire)
|
by Reekoh
Pin Authentication/ reading specific lines *help*
|
|
[no replies]
|
string redactdigits Please help ThanX |
|
[3 replies] Last: thanks for the replay but the code doesn't work The code does work. ... (by cire)
|
by Aurix
Beginner needing help with run time check failure #2
|
|
[1 reply] : Looping on eof is wrong. You make no effort to ensure that i in the... (by cire)
|
by omega4relay
resizing containers from static capacity
|
|
[1 reply] : If you set the size of the list to 100 it means it will contain 100 el... (by Peter87)
|
by cspace
Rules for return by value: when is a copy made?
|
|
[2 replies] Last: Thanks very much. (by cspace)
|