by JackTrades
if - else problem
|
|
[8 replies] Last: line 30: else if(your code```) (by amchinese)
|
by codedhrj
Problem with Code?? HELP
|
|
[1 reply] : Well x is an unsigned int. But what is 0x80000000, signed or unsigned... (by vin)
|
by beniman8
Help on my coding
|
|
[1 reply] : Besides a random 0 on line 33 and the deprecated and nonstandard conio... (by Daleth)
|
by uzferry
SFML error
|
|
[2 replies] Last: bump (by uzferry)
|
by zzh0008
can anybody please help me with this project?
|
|
[3 replies] Last: hey, cubby , one more question, how do I Allow the strings to be of di... (by zzh0008)
|
by animus
C++ Sorting Help
|
|
[18 replies] Last: So what does your final code look like? because i have a similar proje... (by legolost)
|
by CCTHECRAW
C++homework for validations
|
|
[2 replies] Last: i simply do not understand the answer given above. how do i change th... (by CCTHECRAW)
|
by kittycat
conversion of vector to an array prgram problem
|
|
[7 replies] Last: Thanks :) (by kittycat)
|
by RomeLeader
Loading Comma Separated Data from a File
|
|
[1 reply] : You can use getline() ( http://cplusplus.com/reference/string/string... (by ModShop)
|
by SourceCoded
Save data
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/files/ It really is quite simple to... (by ModShop)
|
by RadCod3Win
Space Invaders code help (1,2)
|
|
[20 replies] Last: I finally got the movement in my program to work. My only issue is now... (by RadCod3Win)
|
by AlitCandle
What happens to memory that you never free or delete
|
|
[1 reply] : Never freeing memory you allocated with malloc() or new will resul... (by Daleth)
|
by snowfiring
C++ why use void and how to use the .exe
|
|
[2 replies] Last: Interesting thankyou for solving this. Having an increasingly difficul... (by snowfiring)
|
by SourceCoded
Different data on different files?
|
|
[6 replies] Last: Thank you Chervil (by SourceCoded)
|
Random Number between 60 and 100 |
|
[3 replies] Last: Thanks man, worked like a charm (by El zorro Gris)
|
by bobr
Please Help! (second part of code is in comments bellow)
|
|
[1 reply] : void weight_to_us(ConversionType conversion) { int kilograms,... (by bobr)
|
by oldcrow
Having trouble trying to write to a binary file
|
|
[5 replies] Last: @Chervil: I tried your code and it worked. Thanks a lot! Also, thanks... (by oldcrow)
|
by Snolla
What did I do wrong here?
|
|
[4 replies] Last: Thanks everyone :) Fixed it right up (by Snolla)
|
by robmac8138
help with school looping question.
|
|
[7 replies] Last: You should try to code it instead of just listing the things. And it s... (by giblit)
|
by Oppo
Counting 0's and 1's
|
|
[3 replies] Last: It worked perfectly! Thank you very much. (by Oppo)
|