by wharp2
I have to wright a program that uses a file to find the average, Max and minimum numbers in the document.
|
|
[1 reply] : Line 34: You initialize min_score to zero. number will never be < mi... (by AbstractionAnon)
|
by Voltinus
PlaySound without "freeze"
|
|
[3 replies] Last: It works, many thanks! (by Voltinus)
|
by h4ever
Concept of saving file names in 2D container/2D array
|
|
[5 replies] Last: Great. It works :-) (by h4ever)
|
by TheToaster
No ASCII characters displayed
|
|
[10 replies] Last: For contrast... here's how you could do a splash screen with graphics.... (by Disch)
|
by ibdv4521
Copy word from Active page
|
|
[2 replies] Last: I dont know what that means :( (by ibdv4521)
|
by DEnumber50
Exception Handlers
|
|
[11 replies] Last: Very helpful! thank you for showing me my errors. I am quite new to C... (by DEnumber50)
|
by PROGR4MM3R
Solution time
|
|
[1 reply] : What to mean by "build"? Do you mean compile, or do you mean execute?... (by AbstractionAnon)
|
by jub4jive
c++ book old edition
|
|
[2 replies] Last: Alright, thanks man! (by jub4jive)
|
by marekmagic
How to free chain link consisting of this structure?
|
|
[1 reply] : Create a current and temp pointer. Set current pointer to the fir... (by AbstractionAnon)
|
by Mikkiz
Finding largest and smallest numbers in an array and other Qs
|
|
[3 replies] Last: Line 4: Your values are not a valid integers. You can't use a : in a... (by AbstractionAnon)
|
Prime Palindrome Stops after a few iterations |
|
[1 reply] : for (int j = 0; j < v.size(); j++) { cout << w << " "; } i su... (by LaboPie)
|
by Somniad
fatal error: SDL.h: No such file or directory - SDL_ttf.h can't use SDL.h (and possibly neither can main.cpp)
|
|
[3 replies] Last: Guys halp. I replaced (in SDL_ttf.h) #include "SDL.h" with //#inclu... (by Somniad)
|
by aashutosh21
How to read CSV files(notepad)
|
|
[10 replies] Last: Sorry my mistake... i meant to say i was specifically looking for this... (by aashutosh21)
|
by jrossar
Help with unresolved external symbol
|
|
[2 replies] Last: Thank you very much, I can't believe that is all that I was missing ha... (by jrossar)
|
by ksmarine1980
I/O from file
|
|
[1 reply] : Use <fstream> to get things to and from files. <string> would also be ... (by Yay295)
|
by FOB
Starting from scratch. What should I start studying from?
|
|
[1 reply] : Book wise I'd recommend in this order: Programming: Principles and Pr... (by BHX)
|
by Jakee
Question about threads
|
|
[2 replies] Last: I second what Disch said. I had a program that was taking too long to ... (by Yay295)
|
by darkn3ss
writing functions and classes
|
|
[2 replies] Last: Alright. Ill stop writing my decelerations and definitions in main the... (by darkn3ss)
|
by drmingle
How to Join Two CSV Files Using a Unique Key
|
|
[1 reply] : So what does the code you provided even have to do with this problem? ... (by jlb)
|
by h4ever
Why file listing function does not work correctly?
|
|
[4 replies] Last: Definitely solved. The wildcard really works, but my problem was that ... (by h4ever)
|