by hibbijo
Getting input as a char array?
|
|
[14 replies] Last: of course i knew that, it was a... test? (by ascii)
|
by ascii
reading a string in backwards
|
|
[10 replies] Last: haha someday, but as you pointed out im still on calculators xD (by ascii)
|
by jwood81
Sorting multiple fields in one array
|
|
[6 replies] Last: Don't write a C program for this - if you are on an UNIX system, just ... (by kfmfe04)
|
by Ghostwish
Specific Placement of Output
|
|
[14 replies] Last: Unfortunately, iostream formatting is a nightmare. That's why I often... (by kfmfe04)
|
by theisonews
c++ lotto program
|
|
[1 reply] : I don't quite understand the question. What do you mean by hits and ti... (by GodPyro)
|
by orange7crush
Help changing array values (1,2)
|
|
[24 replies] Last: Ok I see. That is pretty cool! Didn't know about that data structure o... (by GodPyro)
|
by MamoonSaeed
fatal error C1004: unexpected end-of-file found
|
|
[1 reply] : SOLVED! Need an enter after the #endif! (by MamoonSaeed)
|
by wap1122358
Outputting strings to a file without single quotes
|
|
[2 replies] Last: That did the trick. I completely missed the fact that I had the tab ch... (by wap1122358)
|
by forrest
IP address incrementation
|
|
[1 reply] : I guess a better example of what i'm trying to get is... for instance ... (by forrest)
|
by Fistanantilu
one or more multiply defined symbols found
|
|
[16 replies] Last: @kjmje04 Thanks, I did that after you suggested it. It worked :... (by Fistanantilu)
|
by SephX
Help with Buttons
|
|
[4 replies] Last: I can't believe I overlooked that! Thank you! (by SephX)
|
by pantsbandit
About outputting to a file
|
|
[1 reply] : ofstream::write() http://www.cplusplus.com/reference/iostream/ostream/... (by GodPyro)
|
by cayla17
Inputting files into my program
|
|
[7 replies] Last: Use cout e.g. std::cout << fromFile; Here is a tutorial: http://w... (by GodPyro)
|
by andimiami
Getline??? I need a bit of help!
|
|
[4 replies] Last: I used <list> because i didn't have access to your "list.cpp". From wh... (by GodPyro)
|
by jimmy5023
How to break it up.
|
|
[3 replies] Last: 3) From within the appropriate switch block, call a function to initia... (by jimmy5023)
|
by ProbePLayer
Is this a function declaration?
|
|
[7 replies] Last: thanks everyone. I can move on now, and let this rest in peace :) no,... (by ProbePLayer)
|
by lare26
Simple SDL 2d Collision detection
|
|
[13 replies] Last: I appreciate all your help. With the information given, I can further ... (by lare26)
|
by ascii
returning -1 every time
|
|
[4 replies] Last: :o i looked at the answer and the question was messed up. they gave y... (by ascii)
|
by santoshkb
after delete can still acess the memory !!
|
|
[2 replies] Last: @ GodPyro : It looks to me that the OP is asking a question about 'C'... (by Computergeek01)
|
by Gio
Catching a string or char inputted for a double
|
|
[2 replies] Last: You could also take the input as a string and cast it to a double. I... (by Computergeek01)
|