by fafner
Extract n bits from value
|
|
[4 replies] Last: Ah, clever:) That's exactly what I need, thanks you:) (by fafner)
|
by jimctu
string parameter issue
|
|
[4 replies] Last: changed the sprintf to string concatenation and it worked. thank you g... (by jimctu)
|
by iPlus
I need a tutor! (please read)
|
|
[13 replies] Last: Hey... i hav been doing C++ for 4 years i hav learnt it, hav taught it... (by Prachi Gupta)
|
Constructing Pointer to Array of Classes |
|
[10 replies] Last: Oh by saying I'm totally good there, I mean I understand the implicati... (by Pluto is a Planet)
|
by Joe Fox
Unable to play first 8ish seconds of wav with fread/WASAPIs
|
|
[1 reply] : The issue was I had removed the sleep periods in the playing thread. T... (by Joe Fox)
|
by matt dwayne
temperature convertion
|
|
[1 reply] : We're not here to write your program for you. You have to come up with... (by hbjgd)
|
by mohsaied
Measure execution time accurately
|
|
[no replies]
|
by DC1123
Selection Sort
|
|
[2 replies] Last: I'm also confused. What exactly are you asking? and you're statement a... (by hbjgd)
|
by jhotz30
help with a time and date program
|
|
[5 replies] Last: Just a tini tiny better. You have declared variables input, hnumber, ... (by webJose)
|
by nvrbckdwn
using strtok
|
|
[2 replies] Last: 1. Remember to use code tags to properly format your code. 2. You sh... (by webJose)
|
by knguyen2525
Stream Location Input
|
|
[2 replies] Last: int main() { ifstream instream; string file_location; cout <<... (by Duthomhas)
|
by muttleydm
Help list c++
|
|
[1 reply] : nobody help me? In http://www.4shared.com/file/uBXFY1Vo/SistemaAcademi... (by muttleydm)
|
by jgeorge
Passing Images/Sprites to a function
|
|
[4 replies] Last: Awesome! That worked great! Thank you (by jgeorge)
|
by iPlus
Advanced c++ Book Choice
|
|
[1 reply] : It is good. I also recommend a copy of the C++ Standard itself, ideall... (by Moschops)
|
Default Copy constructor: coping a value to array'index] |
|
[6 replies] Last: You have two problems: 1. You're trying to initialise a member arra... (by jim80y)
|
by foxy16
Hangman game
|
|
[no replies]
|
by jwroblewski
A little help
|
|
[1 reply] : Your program works fine without calling clearbuf() (and eliminating ... (by eypros)
|
finding RGB values for pixels on current frame (1,2) |
|
[20 replies] Last: Nevermind, I fixed it and it works brilliantly, thanks for all the hel... (by Zoefschildpad)
|
by jgeorge
Help With Vectors
|
|
[4 replies] Last: Thanks again! You've helped me tons. (by jgeorge)
|
by orchids16
deleting a vector of points
|
|
[17 replies] Last: I think I should write an operator overloading function for an assignm... (by orchids16)
|