by Krypa
Simple Visual C++ question, functionality
|
|
[4 replies] Last: Thank you all for your responses. I have corrected the problem(s) I ha... (by Krypa)
|
easy question |
|
[2 replies] Last: haha awesome thank you very much. (by shakethatmoney)
|
by CodeNoob
Swapping letters from an array in a very specific way
|
|
[5 replies] Last: you'll need to delete at an index, and then the new value at that same... (by Gumbercules)
|
by yashar
read from text file and change to binary
|
|
[no replies]
|
by MatieA
While loop with a return value function
|
|
[2 replies] Last: Oops I figured out what was missing here; it's working now. Thanks ... (by MatieA)
|
by uniati
Why create prototypes?
|
|
[5 replies] Last: The C++ standard requires that a symbol be defined before it is used. ... (by jsmith)
|
by ak555
why main can't be void
|
|
[6 replies] Last: So after all this, the answer is, to paraphrase Bazzy, "because the st... (by jsmith)
|
by Den Mark
Greetings
|
|
[5 replies] Last: Sorry, I misunderstood your question. You should be able to use Visua... (by jdd)
|
by uscuba2
How to
|
|
[1 reply] : Do you want to create a program working like this: input="1+2*3;" outp... (by Bazzy)
|
by Alkaselzer
Arrays, .ppm images manipulation
|
|
[no replies]
|
by MatieA
\a ?
|
|
[5 replies] Last: Printed and filed with schoolwork...Thanks again for the help (by MatieA)
|
by BlueKitties
Problem with basic I/O.
|
|
[10 replies] Last: What do you mean by "problems with persistance"? Are you talking abou... (by firedraco)
|
by imadude1990
Just a little question.
|
|
[1 reply] : Yes, well, it might "accept" say float and cast it to an integer, but ... (by Gumbercules)
|
by c87
Need assistance with creating a deck and shuffling it
|
|
[2 replies] Last: Your iDeck is a 4x52 array. Unless you mean it to be 4 decks of cards... (by jRaskell)
|
by Sabal
? : operator
|
|
[5 replies] Last: Here's another one: The second and third operands must be evaluate to ... (by helios)
|
by theisonews
phonebook director
|
|
[1 reply] : Line 30 looks good to me...so does line 29. Watch for mismatching uns... (by seymore15074)
|
by kaidranzer
tricky code
|
|
[4 replies] Last: It is implementation defined. It calls basic_ios::operator void*(),... (by jsmith)
|
by Torr3nt
Not equal to in 'if' statements?
|
|
[2 replies] Last: != (not equal to) http://www.cplusplus.com/doc/tutorial/operators/ ... (by jdd)
|
by jayray23
Program Logic
|
|
[2 replies] Last: Here is a hint: Two for-loops. The outer loop starts at 6 and go... (by eker676)
|
by faizul
How to create a Memory Game
|
|
[3 replies] Last: ok.. i think we are talking about the same game.. see the basic idea ... (by writetonsharma)
|