by theNoobCoder
What does srand actually do?
|
|
[1 reply] : srand() is the algorithm for generating pseudo random numbers. The see... (by admkrk)
|
by Dexter 3202
how do you use mod
|
|
[3 replies] Last: thanks (by Dexter 3202)
|
by alavifazel
Optimizing function
|
|
[15 replies] Last: dhayden: Extremely useful tip. Thanks a lot. (by alavifazel)
|
by phztfte1
Passing Null Pointer to a Function
|
|
[11 replies] Last: LowestOne, Thank you for providing the example code. Very helpful in... (by phztfte1)
|
by WaterLeak
pack char in a line
|
|
[5 replies] Last: You (a) cannot return an array like that and (b) have wrong return typ... (by MiiNiPaa)
|
by p al
merge function
|
|
[2 replies] Last: Oh man some times it's the most stupid thing! Thanks a lot! (by p al)
|
by phztfte1
Beyond Boundaries of a Pointer Array
|
|
[2 replies] Last: Thank you. You confirmed what I thought would happen. I fixed the pr... (by phztfte1)
|
by Junishi
Wrap Around 2D Vector
|
|
[8 replies] Last: Thank you very much for the explanation and examples! That solved most... (by Junishi)
|
by carlplusplus
Help me with this, please open to see my problem
|
|
[3 replies] Last: Your displaymenu function is not returning anything although it declar... (by MiiNiPaa)
|
by ronnyHidayat
writing in the windows?
|
|
[5 replies] Last: Read Ivor Horton's Beginning Visual C++ 2012. (by AgentX4000)
|
by raminlich
Err in liner searcing programm
|
|
[2 replies] Last: 1. void liner(list ,int len,int no) function needs to return int... (by rich1)
|
by DraCOOLa
I need a better explanation about 'bool'.
|
|
[3 replies] Last: Hi, Also realise that relational statements (Which involve relational... (by TheIdeasMan)
|
by jereme88
Why do I get different output?
|
|
[1 reply] : double normal(){ //Declares double value. For now it is filld with ... (by MiiNiPaa)
|
by yepMe
Difference between namespace , library and namespace
|
|
[5 replies] Last: They aren't, not really (unless there is another meaning to namespace ... (by TwilightSpectre)
|
by rtz1234
Help with installing gnu gcc 4.9
|
|
[3 replies] Last: Thanks for the help man appreciate it. (by rtz1234)
|
by juzernejm
Scoreboard problem
|
|
[2 replies] Last: Do not use C I/O with C++ classes. If you need several parallel arrays... (by MiiNiPaa)
|
by SVcpp
How do I capitalize?
|
|
[6 replies] Last: I'm so bad at this programming thing No you aren't.Everyone's a be... (by Pter0dactyl)
|
by SVcpp
HELPP!
|
|
[14 replies] Last: looks like i have to make sure one thing: do you understand all the... (by Pter0dactyl)
|
by marklester99
skipping # sign in an infile
|
|
[3 replies] Last: #include <iostream> #include <fstream> #include <string> #include <ve... (by Yay295)
|
by phztfte1
Two Values From a Function
|
|
[6 replies] Last: MikeyBoy, My apologies. After posting, I read my post and saw that I... (by phztfte1)
|