by soonph87
Urgent: Generating random numbers WITHOUT repetition
|
|
[8 replies] Last: //RANDOMIZE : BY Atul int n = 10, r, result; int getRandNum ; i... (by atul bajaj)
|
by g0dwyn
[SOLVED] segfault on New (mild necro)
|
|
[3 replies] Last: Wow. Turns out it was all caused by a simple decrement in a recursive... (by g0dwyn)
|
by arjunak01
PROBLEM PASSING ARRAY TO A FUNCTION
|
|
[11 replies] Last: I wasn't pointing to Matt's code, I was pointing to the OP's. Matt's h... (by Garandy)
|
by Garandy
Struct questions
|
|
[no replies]
|
by satekazumi
how to do this using string array
|
|
[9 replies] Last: Hey! Sorry for not replying for so long. Anyways if you'll just use ... (by kevinchkin)
|
by Sxilderik
extern and unresolved external : I'm lost
|
|
[2 replies] Last: You are not linking both source1.obj and source2.obj into the executab... (by jsmith)
|
by Mythios
[SOLVED]Adding some form of FPS?
|
|
[11 replies] Last: That depends on the threading library. Typically something like Thr... (by Zaita)
|
by Karami
[solved]multiple definition of `sakums(int)'
|
|
[3 replies] Last: Include guards work for multiple declaration, your problem was having ... (by Bazzy)
|
by whacked
two-dimensional array and function
|
|
[2 replies] Last: Hi Bazzy, You're right. I just changed the function variable to cu... (by whacked)
|
by annliu
computer ebooks free download
|
|
[no replies]
|
by EricM260
String Radomization
|
|
[9 replies] Last: Yes, it's right. You don't need parentheses around 10 when pos... (by Bazzy)
|
by Bishopssix
error C2078: too many initializers
|
|
[4 replies] Last: *Never* but the else statement in the same line as the if statement. I... (by helios)
|
by Bishopssix
Trouble converting a program into user-defined functions
|
|
[12 replies] Last: oh wow didn't even copy the right program oh well (by Bishopssix)
|
by tition
an inheritance and template class riddle...
|
|
[no replies]
|
Prevent "^C" from appearing into console? |
|
[1 reply] : That's handled by the console, not the program, so it's not possible t... (by helios)
|
by openSource
Modifying array with probability
|
|
[1 reply] : By probability 0.1 you mean 10%? Generate a random number in the ra... (by jsmith)
|
by KenSoGCN
ECCENTRIC PHENOMENON when passing values
|
|
[2 replies] Last: Thanks for you reply. the binary file would be rebuilt for every prod... (by KenSoGCN)
|
by akmal4ik
still problem with UNICODE
|
|
[1 reply] : UNICODE (not _UNICODE) must be defined before including windows.h, and... (by helios)
|
by pczi
changes to xpdf
|
|
[no replies]
|
by deevrielk
Reading data in .txt format
|
|
[4 replies] Last: The very first line of your posted program code... is the '/*' really ... (by eker676)
|