by caibbor
inline-ness of private nested class
|
|
[5 replies] Last: vlad: I figured it was a typo. =P (by Disch)
|
File extension |
|
[3 replies] Last: I know it was just a text file but I didn't know it was that simple ... (by James Parsons)
|
by Romelez
Need help with making a basic trivia game in c++, just a beginner and still learning.
|
|
[7 replies] Last: cin might actually return a string you could try using getchar instead... (by James Parsons)
|
by newbieg
Indenting Program
|
|
[4 replies] Last: Generally, having to phrase your troubles as words in the form of an i... (by LB)
|
need some advise/help |
|
[4 replies] Last: OMG, it works , i love you man, thank you so much, i owe you one :P R... (by closed account jyTM4iN6)
|
Reading an unknown number of inputs and adding them in a Vector |
|
[10 replies] Last: Ok Thanks! :) By the way, can anyone suggest an introductory book for ... (by ChosenTorture)
|
by ljs
operator overloading
|
|
[2 replies] Last: Is it " " really a different operator than " "? Intuitively I guess i... (by Marcos Modenesi)
|
by jaded7
compiler optimizations
|
|
[3 replies] Last: Maybe: #pragma GCC optimize ("O0") (by Caligulaminus)
|
by superfury
Optimizing 82C54 emulated timertick?
|
|
[1 reply] : Part 2/2 void status_running(byte channel) //Running? { byte tocoun... (by superfury)
|
by dekeenfrance
Calculate mean of Array class
|
|
[8 replies] Last: That function is in a .cpp file (not the main cpp). Shall I put it in ... (by dekeenfrance)
|
FMOD |
|
[no replies]
|
by yhu420
error: expected unqualified-id before 'bool'
|
|
[2 replies] Last: Thanks, ill check out asap! Ill let you lnow if something else went wr... (by yhu420)
|
two loops to single loop |
|
[4 replies] Last: i think you can just... do loop 1 do loop 2 no check necessary (by dreamincolor)
|
by ooki
in what type intermediate result of an expression is stored
|
|
[4 replies] Last: Thanks for all the help. (by ooki)
|
by Sarmadas
Visual c++
|
|
[1 reply] : What's the error? Maybe try casting the strings to LPCWSTRs. Messa... (by MrHutch)
|
by Texedova
Finding a string within an array
|
|
[18 replies] Last: Ok, i wrote that one in hurry. This one is even tested, and works. ... (by closed account 9y8C5Di1)
|
by saeedjazei
Pure virtual function
|
|
[2 replies] Last: Pure virtual destructors are useful when: 1. you need an abstract base... (by Cubbi)
|
by Friso1990
"error C2677: binary '*'" for already overloaded operator
|
|
[2 replies] Last: Thank you! That solved the compile errors :D (by Friso1990)
|
by Lazysquirell
const string array to a int array
|
|
[2 replies] Last: thanks copmuterquip I think i got it, I actually just copied it into ... (by Lazysquirell)
|
by game
if statement with break!
|
|
[3 replies] Last: Okey thank your very much guys, It helps a lot. Great! (by game)
|