by ForRealzZzZ
Beginner DirectX question
|
|
[5 replies] Last: Im telling i made the mistake of learning fixed pipeline DO NOT LEARN ... (by supperpiccle)
|
by SmOgER
'cout' not working in reading function ??
|
|
[13 replies] Last: Aghhh... Thanks a million! (by SmOgER)
|
by welsh4evr
C++/cli multithreading
|
|
[no replies]
|
Boost library and instream from internet |
|
[no replies]
|
return a set container |
|
[5 replies] Last: Yes it does, thanks a lot. Now I learnt something very useful :D Than... (by Jonas Wingren)
|
by sheldonshiva
0/1 tiles problem. I need the mathematical soln for this.
|
|
[1 reply] : This is my take on it. N = 1 -> Output = 1 N = 2 -> Output = ... (by cspctec)
|
by vin
cin.readsome and MinGW
|
|
[1 reply] : http://en.cppreference.com/w/cpp/io/basic_istream/readsome The behavi... (by MiiNiPaa)
|
by Granzon
cin.get(); in struct function
|
|
[1 reply] : Probably it is here to skip newline symbol which can be left in input ... (by MiiNiPaa)
|
by ReapersFate
I dont know why this function is not working. Could you tell me how to get it to work.
|
|
[3 replies] Last: And you shouldn't use doubles in for loops. Floating point values are... (by TheIdeasMan)
|
by Austin J
Game Dev concept.
|
|
[10 replies] Last: I've changed it so that the enemy attack power gets loaded in the cons... (by Austin J)
|
by snailtier
Sorting via pointers
|
|
[7 replies] Last: Note that the x, y, and temp on lines 6, 7, 8 are unused and can be de... (by Zhuge)
|
by tripke
Loops?
|
|
[18 replies] Last: ok (by cyberdude)
|
by jsmith1
Returning the largest value
|
|
[2 replies] Last: You're doing great, keep studying. some clues to make it work better:... (by Marcos Modenesi)
|
by mizztrixi333
Functions: User Chosen File, Word Count w/ missing Main Function
|
|
[14 replies] Last: So, since the return will be an integer, then I should use int as my ... (by mizztrixi333)
|
by kyranstar
Beginning game classes
|
|
[13 replies] Last: Ah, thanks! :) (by kyranstar)
|
I am having issues with my greatest common denominator function in my code. |
|
[1 reply] : Your GCD function is flawed. If you were to input 9/12, first it would... (by Ispil)
|
by Popanu
Call-By-Reference and Value Function
|
|
[6 replies] Last: Fixed! #include <iostream> using namespace std; int fun1(int& x); ... (by Popanu)
|
by TaytayB
Bitwise Query
|
|
[2 replies] Last: I did fix it: unsigned char mask = (int)1; int byte = index/BITS_P... (by TaytayB)
|
Dynamic Memory Management Within A Class |
|
[3 replies] Last: You are redeclaring your array in the constructor. (by IceThatJaw)
|
by axtyax
Allegro c++ segmentation fault!!!
|
|
[1 reply] : Instead of trying to link the sources files directly, use a header fil... (by Daleth)
|