by DdavidDLT
Working with text files
|
|
[5 replies] Last: well, if you are being practical, open it in excel.. :P (by jonnin)
|
Keeping Window Open |
|
[6 replies] Last: right. My batch is the admin prompt, which I often need. I had forgo... (by jonnin)
|
by lost110
Need help in encoding a string
|
|
[10 replies] Last: Why are you passing a and b as pointers? In his second post, the OP ... (by dhayden)
|
by mpark4656
C++ guess game w/ vectors
|
|
[2 replies] Last: You don't have to edit your original post to answer, you can also post... (by H00G0)
|
by JayGln
changing arrays
|
|
[4 replies] Last: srand sets the "stream" by setting the seed. <random> works this way ... (by jonnin)
|
by gitelmana
help
|
|
[3 replies] Last: I've never heard if cases and switch... I'll do more research, thank y... (by gitelmana)
|
by jbennett
even odd
|
|
[12 replies] Last: #include <iostream> using namespace std; int main() { int n; ... (by navi336)
|
by lost110
need quick help guys!
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; const str... (by lastchance)
|
by usmannazir
Grid value range
|
|
[7 replies] Last: Thanks @lastchance it worked with replacing \t with \n. (by usmannazir)
|
by GinoMulla
Failed to Compile ( comparison between signed and unsigned integer expressions)
|
|
[5 replies] Last: thank you all. (by GinoMulla)
|
by ramp00
Multiple errors in header, looking for insight
|
|
[4 replies] Last: Thanks again, you are really helping me understand how this works!:) T... (by ramp00)
|
by Saiyanbob666
segmentation fault
|
|
[7 replies] Last: I'd perhaps start with removing these from main ofstream outfile("s... (by salem c)
|
by Maria2
C++ string.at(0)
|
|
[10 replies] Last: If you are using Windows consider Visual Studio 2017. It is free in ... (by Maria2)
|
by Casey89
Trouble writing programs
|
|
[1 reply] : formatting the program... for now, just indent one time for every comp... (by jonnin)
|
by Corehowl
Need assistance opening a file from the console!
|
|
[2 replies] Last: @H00G0 I've seen that while I was looking for a specific function for ... (by Corehowl)
|
by Mark657
Sorting
|
|
[3 replies] Last: You can try this program. this is the easiest way to write shorting pr... (by Shruti7109162)
|
by shanKhan987
Aggregation
|
|
[1 reply] : #include <iostream> struct circle { double radius ; // expl... (by JLBorges)
|
by NKGold
Can't seem to make my code read white-spaces
|
|
[4 replies] Last: #include <iostream> #include <string> #include <cctype> int main() {... (by JLBorges)
|
by Elarton
Help with payroll code.
|
|
[5 replies] Last: Hello Elarton, My apologizes I started to say that you should replace... (by Handy Andy)
|
by ames1951
Won't calculate correctly
|
|
[7 replies] Last: Got it. Thanks! (by ames1951)
|