|
by optimus203
Quicksort Template function
|
|
|
|
[4 replies] Last: Good point. That resolved that error but creating a plethora of other ... (by optimus203)
|
|
by MinwooJu
C++11 question
|
|
|
|
[4 replies] Last: The problem is that in fact there are no books on the new standard. Bu... (by vlad from moscow)
|
|
by SheerSt
Question concerning accessing vector elements, and classes
|
|
|
|
[2 replies] Last: 1: It's better to do any "messing around" via member function of the o... (by Computergeek01)
|
|
by taboad
how to read each line and make calculation
|
|
|
|
[1 reply] : How is the data delimited? (by Computergeek01)
|
|
by roarkr
how to find ip adress of running server
|
|
|
|
[6 replies] Last: If your server is running on something where it can dictate the host n... (by Computergeek01)
|
|
by crusader1
I NEED HELP PLEASE! C++ etch a sketch program
|
|
|
|
[5 replies] Last: You have off-by-one errors with your array indices. Remember,valid val... (by Duoas)
|
|
by AARGH
define proficiency and job titles
|
|
|
|
[2 replies] Last: The term code monkey doesn't mean junior program. Some quite elderly p... (by andywestken)
|
|
by maskanio
Why wont my counter work? Im using classes?
|
|
|
|
[1 reply] : I think you should change a+myDice.roll(); to a += myDice.roll(); ... (by vlad from moscow)
|
|
by sanyam
Analysing a wav (audio) file?
|
|
|
|
[9 replies] Last: #include <sndfile.h> int main(){ SNDFILE *SoundFile; SF_INF... (by iseeplusplus)
|
|
by luqmanxakiim
c++
|
|
|
|
[no replies]
|
|
by tofiffe
Mouse and console
|
|
|
|
[8 replies] Last: ok, thanks, that's what I wanted to know :) (by tofiffe)
|
|
by fstigre
Understanding static variables with recursive functions
|
|
|
|
[8 replies] Last: Got it, the thing I wasn't understanding is the fact that any local va... (by fstigre)
|
|
by Zephilinox
Moving Direction based on sprite rotation [SFML]
|
|
|
|
[7 replies] Last: Thanks hamsterman/Disch, I've got it working perfectly now, switching ... (by Zephilinox)
|
|
by maha 5aled
postfix evaluation
|
|
|
|
[2 replies] Last: he only pushes 10 & 5 into stack, and gives final evaluation as 5 !! t... (by maha 5aled)
|
|
by ashishkumar
forward declaring an enum Vs forward declaring a class
|
|
|
|
[1 reply] : Take look at this. http://stackoverflow.com/questions/71416/forward-... (by IceThatJaw)
|
|
by shogun525
PigLatin Program
|
|
|
|
[3 replies] Last: I figured it out... I forgot to include #include <string> thanks coder... (by shogun525)
|
|
by cshu
How should my program look?
|
|
|
|
[1 reply] : what do you want from us here? to do your homework? make an attempt th... (by GFreak45)
|
|
by skyjuice
How to read image file and allocate memory using malloc?
|
|
|
|
[5 replies] Last: Anyway, when I change the line to fscanf(file,"%c", &frame[i + nx * ... (by skyjuice)
|
|
by creekist
How solve problem, am too dumb...
|
|
|
|
[12 replies] Last: Thanks! I tried it that way: import sys nandk = sys.stdin.readline... (by creekist)
|
|
by ballzac
Does initializing take longer than declaring? (1,2)
|
|
|
|
[28 replies] Last: isnt declaring putting down the dat type with var name and initilizati... (by Aramil of Elixia)
|