by heisenberg
Trouble with data storage
|
|
[1 reply] : 1. Read block of data from file. 2. Find max and min in block of data.... (by helios)
|
Can someone give a emailer cource code? |
|
[1 reply] : You're better off starting with basic network programming using socket... (by ModShop)
|
by Da0omph
getline()
|
|
[1 reply] : std::cin.getline(string, '\n'); This version is incorrect. Its this:... (by wolfgang)
|
C Programming Differentiation HELP! IT'S DUE TODAY! |
|
[9 replies] Last: The way I see it, your program works in two steps. Bear with me, I'm a... (by Albatross)
|
by C HICKMAN
noob web browser
|
|
[2 replies] Last: i didnt realise creating a custom web browser suddenly gives you prox... (by helios)
|
by LJones
Why does accelerated cpp have me return istream& here when void works?
|
|
[2 replies] Last: disclaimer: this is going to be really noobish. so based on this threa... (by LJones)
|
by Bianca
Please Help! Thank You XOXO
|
|
[2 replies] Last: You need to declare your functions before they are called, so the comp... (by ModShop)
|
by kyranstar
The project is out of date
|
|
[1 reply] : You have a divide by zero, so I'd expect it to crash. What version of... (by kbw)
|
by Ingvvy
If statement
|
|
[1 reply] : Fixed it! Forgot to put double "=" to if statements. *sigh* I'm such ... (by Ingvvy)
|
by Vhorx
How do i make an input that isn't a number
|
|
[3 replies] Last: The std :: string class encapsulates an array of char -- which hol... (by Duthomhas)
|
by kingW3
checking sizes
|
|
[1 reply] : std::ifstream file(filename,std::ios::binary|std::ios::ate); size_t ... (by helios)
|
by wtf
Would this be a propper useage of macros?
|
|
[6 replies] Last: The preprocessor can do this in the same way that the compiler can l... (by wtf)
|
by cbennett926
No match for operator!
|
|
[4 replies] Last: Nope. You could do this, if you wanted too. int main () { std::cin... (by Da0omph)
|
by defisnet
Shoertening this program, help please
|
|
[4 replies] Last: //Permutation program #include <iostream> #include <vector> #inclu... (by Cuddlebuddie928)
|
by NickiF0323
Error variable not initialized? WTF
|
|
[1 reply] : It is not intialized because you didn't initialize it: #include <... (by CosminNTG)
|
by wtf
error: B2 does not name a type
|
|
[2 replies] Last: bump bump (by wtf)
|
by NetHacker
Help Isolating Individual Words in a String
|
|
[2 replies] Last: OK, thanks, I'm not sure if I completely understand yet, but I'll just... (by NetHacker)
|
by gemic
Bracketing Search
|
|
[2 replies] Last: Look at a binary search, and apply that algorithm to this problem. Sta... (by Intrexa)
|
by MrBackpack
can someone help me with this program
|
|
[7 replies] Last: Since totalServiceChagre (sic) is an int, you need at least 4 checks ... (by MrBackpack)
|
by skyfly01
creating a text game, going from start game
|
|
[1 reply] : From that case in your switch you will call a function playGame().... (by hamsterman)
|