by cubanmiami05
Hi! I have For Loop problem!! Thanks
|
|
[5 replies] Last: Thank you too, Have a good night.. (by cubanmiami05)
|
by L E G I O N
im working on a text based combat system (1,2)
|
|
[25 replies] Last: I agree, the gaming industry is focused on what attracts an audience, ... (by yoked88)
|
by Nichi
Cin without console
|
|
[5 replies] Last: I think that people use GetAsyncKeyState () far more than is right. I... (by Duthomhas)
|
by Heeshung
Declare Vector with String as Name
|
|
[1 reply] : You can't declare a vector with the identifier (or name) being another... (by Warnis)
|
by brakepad
confused on basic c concept
|
|
[8 replies] Last: Thanks for the clarification. (by brakepad)
|
by towelrack
sorted insert and linked lists
|
|
[2 replies] Last: sorry about that, I put the comments outside of the code. I'm tryi... (by towelrack)
|
by bavman
Read a specific line in ifstream.
|
|
[2 replies] Last: i do not think that there is such a function that does exactly what yo... (by kempofighter)
|
by vection
Delete posts
|
|
[2 replies] Last: Next to your name in the hearder of a post you've made should be eithe... (by jRaskell)
|
by adikid89
renaming files doesn't work
|
|
[2 replies] Last: yes... tested both with and without the files. Same thing Later edit:... (by adikid89)
|
by Zexion
Advanced card game
|
|
[1 reply] : I just started Programing this year ... Also how do I put it into... (by jRaskell)
|
by Timminski
Using pointer arithmetic instead of array indexing
|
|
[5 replies] Last: I am glad that my answer was helpful. (by Danielsson)
|
by HELP
how can i fix this???(sorting)
|
|
[4 replies] Last: That code is just to hard to read as is, I'm not commenting until it's... (by gcampton)
|
by acbay91
Problems with a C string and its ascii code
|
|
[1 reply] : Please use [ code ] tags around your program (you can edit your own po... (by imi)
|
by L E G I O N
Random #
|
|
[13 replies] Last: Sorry, typo on my part. RAND_MAX = 2^31 - 1 (it is signed). (by jsmith)
|
by Ajax
hi, new here, problems with stdio (1,2)
|
|
[21 replies] Last: Thank you i will try it out, i wanna learn C++ for real (by Ajax)
|
by OscarRP
Martix reading problem
|
|
[1 reply] : modulo (remainder of integer division) (by jsmith)
|
Using std::sort |
|
[3 replies] Last: Awesome, thanks imi. Denis I should have realized that was what it... (by AlwaysLearning)
|
by tarheelfan08
Sorting By Mileage
|
|
[5 replies] Last: temp = 0; for (int i = 0; i < SIZE-1; i++) { for (int k... (by jRaskell)
|
by BdN3504
question to cin on Floating Point values
|
|
[9 replies] Last: EDIT: Using double solved the problem. Thanks a lot guys! It alle... (by jRaskell)
|
by pacerier
bitwise copy constructor
|
|
[3 replies] Last: It would not be slower. struct A { int a,b; }; struct B { in... (by imi)
|