|
by labeeb
Recording keystroke in C++
|
|
|
|
[1 reply] : If you want to create a game, read this: http://www.cplusplus.com/foru... (by MiiNiPaa)
|
|
by shahabp
convert image to number
|
|
|
|
[9 replies] Last: Assuming by "set of numbers" you're referring to color components of i... (by Cubbi)
|
|
by IndieExe
I need help. The parentheses of an expression.
|
|
|
|
[1 reply] : Just be clear, the problem isn't obtaining the parentheses. The proble... (by IndieExe)
|
|
by hrishikeshrt
Block Cipher (File Handling) - Error: malloc.c
|
|
|
|
[no replies]
|
|
by whitenite1
Filling array, not working correctly
|
|
|
|
[4 replies] Last: @andywestken Thanks for the explanation as to why my way was not work... (by whitenite1)
|
|
by ausairman
How are members accessed in AMP restricted methods?
|
|
|
|
[9 replies] Last: Also found this: Note that capturing the “this” pointer is also ... (by ausairman)
|
|
by heisnberg
C++ University assignment
|
|
|
|
[6 replies] Last: Operator is += not =+. Also, if you want to make a GUI app, I recommen... (by Aceix)
|
|
by Giraffatron
"Global" idiom, and your opinions?
|
|
|
|
[2 replies] Last: You had almost invented singletones :) The problem with globals (aside... (by MiiNiPaa)
|
|
by jaden5165
[Follow up question]The complicated code ever
|
|
|
|
[16 replies] Last: I know both also assign dynamic memory.But what is the diff ? The sa... (by MiiNiPaa)
|
|
by Winkerd
Defining Classes and using them inside void main()
|
|
|
|
[1 reply] : from 43 to 48..the line feed was also used at many other places but t... (by Peter87)
|
|
by mrju5t
Howto loop this function?
|
|
|
|
[2 replies] Last: You could make that easier using an iterator. More easier, using C++11... (by Aceix)
|
|
by BillH
passing class members to function in c++
|
|
|
|
[8 replies] Last: Just to let everyone know - thanks for all your advice, I have now got... (by BillH)
|
|
by Aceix
Testing C++11 lamdas
|
|
|
|
[1 reply] : Thanks for reading. Anyway the problem has been solved. How? isPalindr... (by Aceix)
|
|
by husseinmd
Urgent !! please enter
|
|
|
|
[3 replies] Last: This is one (more or less de facto standard) way of writing the loop: ... (by JLBorges)
|
|
by vedulak95
<string>
|
|
|
|
[4 replies] Last: thanks L B. (by vedulak95)
|
|
by Anmol444
How does #define _USE_MATH_DEFINES work?
|
|
|
|
[9 replies] Last: Oh thats true. Good point (by Anmol444)
|
|
by usandfriends
Beep not working.
|
|
|
|
[3 replies] Last: They are newly updated, using Orwell Dev-Cpp 5.4.1 newest version as o... (by usandfriends)
|
|
by Anmol444
Typo in my book
|
|
|
|
[no replies]
|
|
by bubblesbubby
error: expected unqualified-id before ‘.’ token
|
|
|
|
[5 replies] Last: rootset::generations AnObject; AnObject.push_back(pmemSize/gen); ... (by Daleth)
|
|
by Anmol444
Friend Functions
|
|
|
|
[12 replies] Last: Can someone please help! (by Anmol444)
|