by Abo3odai
hello guys ..... can any body help me???
|
|
[2 replies] Last: here where CLine is Declared..... // Line.cpp: implementation of the ... (by Abo3odai)
|
by jimobama
i want to know how to jump in into microprogramming
|
|
[2 replies] Last: Can you tell use your understanding of 'microprogramming'? "Althoug... (by closed account z05DSL3A)
|
by GoPredsGo
Input/Output help
|
|
[1 reply] : if you do this: inData.open("mail.dat"); you're trying to open tha... (by coder777)
|
by mekkatorqu
[WinSock] Connect to IP?
|
|
[10 replies] Last: for WSAAsyncGetHostByAddr read this: http://msdn.microsoft.com/en-us/... (by coder777)
|
by FireNutz
Generating Random Numbers, weird error code
|
|
[2 replies] Last: Thank you! That fixed it. (by FireNutz)
|
by dragonfly22
ATM Machine
|
|
[4 replies] Last: @dragonfly22 move while (TransAns == 'y' || TransAns == 'Y') ... (by whitenite1)
|
by Ch1156
How to open files that arent txt files?
|
|
[2 replies] Last: these files cannot be opened in odinary ways .open them in binary mode... (by Pter0dactyl)
|
by jonesm33
Scope error
|
|
[2 replies] Last: I would just like to point out that it is also very helpful if you use... (by Endl3ss)
|
Newb Array |
|
[1 reply] : try the following 1) Replace line no. 58 with :- for(int i==0; cou... (by Pter0dactyl)
|
by Firebirds11
Can anyone tell me why this isn't the right answer?
|
|
[1 reply] : double x = sqrt(2); double y = 2; if (x * x == y) floating points a... (by Disch)
|
by dragonfly22
"Expected" Errors
|
|
[2 replies] Last: thank you very much! That is actually what I wanted it to do. I get so... (by dragonfly22)
|
by eponder
Extracting words from a datafile
|
|
[2 replies] Last: awesome man! thanks for your help (by eponder)
|
having a cin >> Username error |
|
[3 replies] Last: Your welcome. And in this instance, string Username; cout << "Choos... (by TheJJJunk)
|
by ND04
NEW to arrays
|
|
[4 replies] Last: I had the explanation on the <cstdlib> and my professor also allowed m... (by ND04)
|
by static rage
Uintvar character input as hex to a decimal integer
|
|
[18 replies] Last: well, when i run the code, i get ff0000: 2080768 ff00: 16256 but th... (by magic magic)
|
by asavage
Reading in CSV file
|
|
[3 replies] Last: Ok I have been playing around with stringstream and istringstream and ... (by asavage)
|
Structs and Arrays |
|
[16 replies] Last: Um, thanks? Fixed, but didn't really help anything. :/ Thanks for yo... (by LadyDustBunny)
|
by G3PO
First Program Start.
|
|
[1 reply] : See http://www.cplusplus.com/forum/beginner/81132/ (by TheJJJunk)
|
by clavier
desk check program help
|
|
[1 reply] : is it the same table just the labels should match those in the cod... (by clavier)
|
help with making files and putting them together |
|
[1 reply] : a .h file is a header file. Your class definition (your private data... (by TheJJJunk)
|