by yoyojohnny
Need help Uppercasing the output string for a translate program
|
|
[2 replies] Last: Yep, there is a built in tolower() and toupper() function. If you want... (by IceThatJaw)
|
by SuperSonic
Bmp loading help
|
|
[3 replies] Last: Never mind, I figured it out ^^ (by SuperSonic)
|
by Twist177
Which is faster??
|
|
[4 replies] Last: > I want to know which one is faster (executing-wise): loops, or writi... (by JLBorges)
|
by jwings
having error with implementing template function which returns reference value
|
|
[2 replies] Last: Yes... correctly I names my class as stackL oops. :P careless mist... (by jwings)
|
by cameronx9
If statement help
|
|
[6 replies] Last: Your suggestion sounds about right, but I am starting to get over my h... (by cameronx9)
|
by terrion
problem when I declare
|
|
[7 replies] Last: In addition of Peter87 's reply, it's considered a bad idea to use t... (by closed account zb0S216C)
|
by idks16
connect 4 game
|
|
[2 replies] Last: or if you want it inside the game loop make it an if statement that us... (by m4wk)
|
by astex
Declaring a function of fewer variables within a function that takes a few of the variables as arguments
|
|
[6 replies] Last: That is exactly what I want. Thanks. (by astex)
|
by mekkatorqu
[Win32 API] Force to use Website Buttons
|
|
[no replies]
|
by morando
Pack 8 to 4 bit color channel
|
|
[2 replies] Last: Thanks. (by morando)
|
by TheDestroyer
Overriding >> operator of stringstream for conversion
|
|
[4 replies] Last: @Null: Thanks a lot. That's it ^^ @naraku9333: it's out, but I had to... (by TheDestroyer)
|
"There shall be no arrays of references" |
|
[16 replies] Last: HI , I am not able to compile the code as #include "stdafx.h" #in... (by bluecoder)
|
by Janman
Char Array to Long array
|
|
[2 replies] Last: HI , you do not neet the long array and reinterpret_cast for it . lo... (by bluecoder)
|
by Ortonas
How would you attach the camera?
|
|
[4 replies] Last: One solution to the middle point problem would be to determine the mod... (by Telion)
|
by TheDestroyer
Complex polymorphism problem
|
|
[4 replies] Last: Never knew I could call the base pure method. Thanks a lot :) (by TheDestroyer)
|
by arbhie2581
Graph Adjacency List - Edge getEdge (int, int)Help!
|
|
[10 replies] Last: Thank you very much for the help! (by arbhie2581)
|
by lunatik123
c++ oop class problems with reading array
|
|
[5 replies] Last: OO based doesn't mean you have to blindly make a class. The way you ca... (by TheDestroyer)
|
by TheDude23
Average Function
|
|
[4 replies] Last: btw ... if u need help with anything else ... PM me ... i'll be glad t... (by TwoOfDiamonds)
|
by rvelez3
'StdAfx.h'
|
|
[3 replies] Last: 1) Right click on StdAfx.h in your Solution Explorer and select "Remov... (by Stewbond)
|
by Nekusta
Can somebody tell me whats wrong with this code ?
|
|
[3 replies] Last: Line 48: max_size and elements are not updated. Line 53: max_siz... (by cire)
|