program question |
|
[4 replies] Last: Yeah I don't know what I was thinking with the char holding 4 characte... (by DARKSUPR3MACY)
|
by personak
Negation
|
|
[4 replies] Last: The point of the question was to figure out how to negate a boolean va... (by Zhuge)
|
by navderm
automatic objects
|
|
[6 replies] Last: Yeah, what I meant by objName being automatic was that the pointer its... (by Zhuge)
|
by navderm
++ overloading
|
|
[5 replies] Last: ya . i get it. thx a lot zhuge ! ~Cheers! Neeraj (by navderm)
|
by linoch
writing definition of a function max
|
|
[2 replies] Last: Yea... the error was from the site. I forgot to check for x = y = z. T... (by linoch)
|
by HMW
Sending array from one function to another
|
|
[5 replies] Last: Hamsterman! Thanks again for your reply. I spent some time mutterin... (by HMW)
|
by personak
Arrays with characters
|
|
[1 reply] : By using a map: map<char,bool> theMap; theMap['a']=false; ... (by Athar)
|
by pooshi
Max Element in a vector of structs
|
|
[1 reply] : Well, how is the compiler supposed to know what makes an employee "gre... (by Athar)
|
by Blessman11
(Open GL) Making a colour transparent
|
|
[3 replies] Last: Yes, it works for me, but you'll have to look up how to do a masked bl... (by rocketboy9000)
|
by Blessman11
class pointers
|
|
[1 reply] : You can't point to classes in C++, you can only point to class instan... (by Athar)
|
by The Mexican
&& Operator
|
|
[6 replies] Last: @packetpirate: IMO, that's just uglier and slightly less readable. Whe... (by filipe)
|
by theraz
simple greeting code, subtraction error.
|
|
[6 replies] Last: Thanks for all the replies, I prefer Danny Toledos method since that w... (by theraz)
|
by eNergizer
std::ptr_fun explanation?
|
|
[1 reply] : the isspace from cctype takes an int as parameter and returns an int. ... (by Bazzy)
|
by mainframe639
Real Time
|
|
[3 replies] Last: Well, you can do all sorts of stuff with the console with ncurses, inc... (by Athar)
|
by Blessman11
glPushMatrix & glPopMatrix
|
|
[1 reply] : glMatrixMult(some_matrix); glPushMatrix(); glMatrixMultf(some_o... (by hamsterman)
|
by kimkim0513
user input to an integer array
|
|
[2 replies] Last: excuse me I am a newbie to C++. having only learnt a couple of lecture... (by kimkim0513)
|
Reading integers from file into array |
|
[1 reply] : Have you tried to actually code reading the numbers from the file? Wha... (by Zhuge)
|
by bihcity08
position
|
|
[13 replies] Last: int leninbytes=(char*)(numbers+SIZE)-(char*)numbers; int leninelems=... (by rocketboy9000)
|
by amedxy
how to rounding
|
|
[6 replies] Last: That doesn't work for negative numbers. (by rocketboy9000)
|
by apearson28
Looking for vowels, characters, etc. in a few strings
|
|
[2 replies] Last: Oh, sorry. I guess im just tired because there are a few really care... (by apearson28)
|