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 htirwin)
|
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)
|
by nick92
program with count how many numbers
|
|
[8 replies] Last: have it in a vector with an if statement to test it (by Aramil of Elixia)
|
by smurf12125
expected While before numeric value
|
|
[2 replies] Last: I'm trying to loop the program for when the wrong password is entered ... (by smurf12125)
|
by DeadEli
Textures loading strange
|
|
[2 replies] Last: I commented out SOIL_FLAG_MIPMAPS and now it is significantly better... (by DeadEli)
|
by mehmetismet
acil ücret karşılığı yazılım ihtiyacı
|
|
[no replies]
|
by stathis
how to read mp3 ID3v1 tags from directory and put them in a list???
|
|
[no replies]
|
by Paul87
IF statement does not evaluate properly
|
|
[2 replies] Last: Makes sense. Thanks Peter. (by Paul87)
|