by fout
ifstream
|
|
[5 replies] Last: Sometimes when dealing with invalid data, one has to consider very man... (by Chervil)
|
by Googie85
Text From A .TXT File (HTTP)
|
|
[2 replies] Last: I would do it like this: #include <windows.h> #include <stdio.h> #p... (by Thomas1965)
|
by tomtran3110
Class help
|
|
[12 replies] Last: tomtran3110, Which compiler are you using? Are you compiling within t... (by lastchance)
|
by muffsez
Line calculator
|
|
[3 replies] Last: I ended up fixing it earlier, my issue was the data types lol Thank yo... (by muffsez)
|
by origin0079
Output Troubleshooting Assistance!
|
|
[18 replies] Last: Have you actually tried to run the program and test it on your end, b... (by lastchance)
|
by ExSanity
Win API BringToTop WM_QUERYENDSESSION
|
|
[1 reply] : My advice is to learn the fundamentals of C++ first, before diving int... (by xismn)
|
unique operation |
|
[5 replies] Last: Yes. I tried the following code: #include <iostream> #include <ioman... (by ivanov ivan ivanovich)
|
by CelestialX
Sudoku Checker Algorithm
|
|
[6 replies] Last: I think you're misunderstanding what find_violations() is intended to ... (by mbozzi)
|
by noymiller
C++ problem with the function
|
|
[2 replies] Last: Thank you. (by noymiller)
|
by SkarFaceT9
Homework problem with Arrays
|
|
[2 replies] Last: Ok, I switched it all up but the program still isn't working right. If... (by SkarFaceT9)
|
by Jack816
Invalid conversion
|
|
[2 replies] Last: Thank you. (by Jack816)
|
Timing Question |
|
[1 reply] : You'll need to set up a timer class with a data member timeStart = 0 s... (by gunnerfunner)
|
by NavidTak
const&
|
|
[2 replies] Last: const char* const& p ="!!!!"; Reading the above from right to left:... (by gunnerfunner)
|
by CelestialX
Verification in vector<vector<short> >
|
|
[2 replies] Last: Mr. JLBorges, thanks for your response but I haven't much experience u... (by CelestialX)
|
Need a faster program (time limit exceed) |
|
[8 replies] Last: Thanks for all (by Oriol Serrabassa)
|
by Jack816
Error
|
|
[2 replies] Last: extern const double DEATH_RATE = 0.1; extern const double CONVERSIO... (by Jack816)
|
by fishcode223
decrpyption problem
|
|
[4 replies] Last: i have read elsewhere that it should read "Attack at Dawn!" (by fishcode223)
|
by kingkush
infinite loop during maze?
|
|
[2 replies] Last: Actually im changing the maze to recursively solve itself. I tried sol... (by kingkush)
|
by lWilliamCl
problem
|
|
[1 reply] : problem Yeah, there must be a problem. What is the problem?... (by Chibiken)
|
by sandyklo
Read in characters and place in multidimensional array
|
|
[1 reply] : would you mind posting some code we can look at? (by Bdanielz)
|