by twesna
Help with program
|
|
[4 replies] Last: Rather than not initialize userInput it might be better to give it s... (by cire)
|
While Loop Stops Output |
|
[2 replies] Last: for (int i = 0; i < 10; i++) { if (customers > pancakeNumber)... (by Maharaja)
|
Game Design |
|
[2 replies] Last: Very helpful thank you =) (by Masterassassin1398)
|
by DeathAngle
Power Button
|
|
[1 reply] : That'll be handled in the ACPI. That's where you can start your inves... (by kbw)
|
by Cydriic
Programming a Camera in OpenGL
|
|
[14 replies] Last: Your scene is moving around your camera. Your camera is always facing ... (by NoXzema)
|
by Bluebaron
Sorting Strings Issue
|
|
[1 reply] : #include <cstdlib> //rand(), srand() - wont need #include <ctime> //... (by iQChange)
|
by xuinkrbin
Testing for References to Identical Objects
|
|
[4 replies] Last: Unless an object is a bit-field or a base class subobject of zero siz... (by JLBorges)
|
by humnbrd69
copy constructor-error in the insert before and after, can't find the problem
|
|
[3 replies] Last: http://www.cplusplus.com/forum/general/112111/ foo.cpp: In member fun... (by ne555)
|
Dealing with Vector Arrays |
|
[2 replies] Last: The logic in your code is hard to understand (and the lack of code tag... (by keskiverto)
|
by madhatt30
GetWindowText and SendMessage return Default IME
|
|
[5 replies] Last: I'd say that line 16 is a problem. Either use new on line 16 or Loca... (by coder777)
|
by lcsgz
Problem when read txt file C++
|
|
[1 reply] : change buf = (char*)malloc( len ); to buf = (char*)malloc( len + 1)... (by coder777)
|
by JimmySiegel
Accept multiple data types then decipher the type
|
|
[3 replies] Last: Another function you might be able to use is peek. http://www.cpluspl... (by doug4)
|
Static variable not maintaining it's value |
|
[3 replies] Last: You could also try a functor class something like this if you wanted t... (by doug4)
|
by Cydriic
openGL MATRIX transformation question
|
|
[2 replies] Last: Thanks for the answer. What i'm trying to figure out is, if I'm using... (by Cydriic)
|
by jonanderdiez
Atbash
|
|
[8 replies] Last: No, 'frasecifrada' is pointing to 'frase' that was not dynamic allocat... (by ne555)
|
by glennpl
How do I create member function to represent embedded task in C++
|
|
[2 replies] Last: What I would like to know is how do I create member functions to repre... (by glennpl)
|
by kdog436089
Merging two int text files
|
|
[9 replies] Last: What is the point of passing empty streams? For a homework, nothing,... (by Duthomhas)
|
by herman13
Problem with sorting using rand()
|
|
[3 replies] Last: Thanks! (by herman13)
|
by Olyboy16
Using array initialisation list for my own class
|
|
[3 replies] Last: Thanks guys! This place rocks! Though the solutions aren't what i real... (by Olyboy16)
|
by DeathAngle
Checking if a program is running
|
|
[3 replies] Last: You use that function that kbw showed you. This unfortunately requires... (by NoXzema)
|