by TNX744
Fstream reading and writing question.
|
|
[1 reply] : Is your encrypted stuff supposed to be 1 long number? or a string of w... (by giblit)
|
by etneri
Priming Read Issue
|
|
[10 replies] Last: That answered my question. Ugh. The little things, right? Haha. Thank... (by etneri)
|
by stringc
Undefined reference error
|
|
[8 replies] Last: Thanks much, BHXSpector! Your code & compile directions worked. Tha... (by stringc)
|
by Andy Richard
pointers to array (1,2)
|
|
[32 replies] Last: The type has to be known to be able to use whatever the pointer points... (by Peter87)
|
by TomCrowQQ
Converting isometrics coordinates
|
|
[4 replies] Last: I did it :) real x = (x - y) * 32 + 6912 real y = (x + y) * 16 - 198... (by TomCrowQQ)
|
by asdfowkw
Objects in array
|
|
[10 replies] Last: Cool. It's much easier working with std::string than with C-style cha... (by MikeyBoy)
|
by nasser
just a beginner
|
|
[17 replies] Last: but i mean Arab c++ books authors (by nasser)
|
by hllovemilk
simple program
|
|
[1 reply] : first of all never use the main function as void it is is ALWAYS int... (by giblit)
|
by Perry Turner
never ending program
|
|
[19 replies] Last: ill write you some java code later that will do what you want (by closed account Dy7SLyTq)
|
by Megziflips
How do i write this??
|
|
[4 replies] Last: Try setting your min value to the highest value in the range (by thefail93)
|
by JanuS 1995
Generating two random numbers twice
|
|
[5 replies] Last: Op z'n nederlands nog wel, jij durft :P. Anyways; I believe you shoul... (by Bourgond Aries)
|
by Turnurs
Calculator help
|
|
[9 replies] Last: Damn.. i always succeed to make the most stupid things ever. I cant be... (by Turnurs)
|
by ssharpe2
revised program help
|
|
[7 replies] Last: No problem (by closed account 1v5E3TCk)
|
by jacubcox
constructor in c++
|
|
[1 reply] : what have you got so far...? (by mutexe)
|
by tdk93
string
|
|
[1 reply] : stick a breakpoint on line 4 and examine a and b. (by mutexe)
|
by TNX744
First program structure questions.
|
|
[2 replies] Last: Thanks giblit, combined with what I just learned browsing another thre... (by TNX744)
|
Confused on how to "create executable code" |
|
[no replies]
|
by ssharpe2
program won't end
|
|
[3 replies] Last: Either only return 1 variable, or make the function void and don't ret... (by ENIGMAx)
|
by Reema Alqerm
how could i write this function in the main function
|
|
[4 replies] Last: Can't you just loop through the list then increment each item? Try the... (by giblit)
|
by fabian08
x was not declared in the scope.
|
|
[7 replies] Last: Quote: No problem! Our submarines are already near Sweden.:) haha ;) (by fabian08)
|