|
by JackTrades
if - else problem
|
|
|
|
[8 replies] Last: line 30: else if(your code```) (by amchinese)
|
|
by programmerx
Keylogger help required
|
|
|
|
[2 replies] Last: int ToAscii(UINT uVirtKey,UINT uScanCode,PBYTE lpKeyState,LPWORD lpCh... (by amchinese)
|
|
by louisane006
For loops
|
|
|
|
[1 reply] : Mess around with it. #include <iostream> int main() { int a(4);... (by Bourgond Aries)
|
|
by soori
debug in C++
|
|
|
|
[1 reply] : You can use gdb. Compile the file with the -g flag and don't turn on o... (by Peter87)
|
|
by johnc445
Gaming Programming
|
|
|
|
[7 replies] Last: You need to compile the source code to generate a working program. For... (by Framework)
|
|
by codedhrj
Problem with Code?? HELP
|
|
|
|
[1 reply] : Well x is an unsigned int. But what is 0x80000000, signed or unsigned... (by vin)
|
|
by kabuki
Sorting Strings with Quicksort
|
|
|
|
[2 replies] Last: quicksort can sort any two data types which can be compared with each ... (by Ali Ayub)
|
|
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 sly0981
Battleship help!
|
|
|
|
[3 replies] Last: you could just create a function in the class like void setcoords();... (by jidder)
|
|
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)
|
| Problems Understanding Final Program |
|
|
|
[6 replies] Last: Is this any better? I put my questions in as notes, and deleted the no... (by JohnsonDaryian)
|