|
by Mahiraj
Computer graphics in c++
|
|
|
|
[5 replies] Last: Why are clearing the device after you draw to it? (by pogrady)
|
|
by zoosterol
Using Pointers
|
|
|
|
[13 replies] Last: That's just how your IDE acts. There should be an option of Run Withou... (by ResidentBiscuit)
|
|
by becomingEng
delete a value in an array
|
|
|
|
[6 replies] Last: i didn't notice that problem in the beginning , if i wanted to delete... (by becomingEng)
|
|
by Dizzy
Using a pointer to traverse the data items.
|
|
|
|
[3 replies] Last: What is the purpose of lines 9 and 13? This variable is never used. (by L B)
|
|
by mckcallaghan
Loading from a text file
|
|
|
|
[15 replies] Last: jlb, Hi again, I get what your saying and it does make sense. Sooooo,... (by mckcallaghan)
|
|
by devonrevenge
what can i use as a guarded block in main other than a loop
|
|
|
|
[6 replies] Last: business type I guess, nothings happen til' i say it should :D I cant... (by devonrevenge)
|
|
by IceyEyez
invalid-conversion-from-const-char-to-char (1,2)
|
|
|
|
[24 replies] Last: I'd like to point out that if to use an array of std::function then my... (by vlad from moscow)
|
|
by Felicia123
read file small problem
|
|
|
|
[3 replies] Last: `inven ' is out of bounds. Also, http://www.cplusplus.com/forum/begin... (by ne555)
|
|
by yosimba2000
count number of line printed out
|
|
|
|
[4 replies] Last: yeah,looks like im not supposed to count the last line. thanks for you... (by yosimba2000)
|
|
by ElXando
Remove element from vector while iterating over it
|
|
|
|
[8 replies] Last: @L B .erase() returns a valid iterator to the next element in the vec... (by vlad from moscow)
|
|
by Dizzy
Problem using Input data file and calculating mean. Please help :(
|
|
|
|
[3 replies] Last: Two comments: 1. You want to calculate the mean, variance, and sum of ... (by mutexe)
|
|
by mckcallaghan
Using text File
|
|
|
|
[3 replies] Last: OPer moved thread: http://www.cplusplus.com/forum/beginner/97664/ (by L B)
|
|
by uzferry
reverse a word
|
|
|
|
[9 replies] Last: @Zereo nice, that looks simple @vlad Thank you for advice, but wh... (by uzferry)
|
| comparing characters of string c programming |
|
|
|
[3 replies] Last: Another version #include <string.h> #include <stdio.h> int main() { ... (by Chervil)
|
|
by DiDiao
the struct size
|
|
|
|
[7 replies] Last: I think that the codeblocks has integers of size 8. As for codepad.org... (by vlad from moscow)
|
|
by klay2
text based rougelike help with load function
|
|
|
|
[2 replies] Last: I thought I did do that can you show me??? and what else do I use for ... (by klay2)
|
|
by Tomsta
How make my player jump
|
|
|
|
[2 replies] Last: that is what i was thinking, i should add the fact that i'm using SFML... (by Tomsta)
|
|
by Swiftz0r
OpenGL for Windows 8
|
|
|
|
[8 replies] Last: Maybe reinstall the Windows SDK, or find where it is currently install... (by AHCFan20)
|
|
by Dario z
What is good or bad here?
|
|
|
|
[2 replies] Last: Thank you for the reply, I will now use as you recommend :) Dario (by Dario z)
|
|
by thisGuy
I cannot get my program to compile. please help!!
|
|
|
|
[4 replies] Last: Changed Line 16 or the header file from void print(std::ostream& = std... (by thisGuy)
|