by Taino
rand() help
|
|
[6 replies] Last: Well, I see Taino is using ctime, and srand.. (by whitenite1)
|
by barbis
delphi's packed record to visual c++
|
|
[3 replies] Last: [quote=barbis]Could there be some problems in other parts of the code ... (by coder777)
|
by ahura24
CLR Thread
|
|
[1 reply] : i want to write on Messenger and read from socket always with thread o... (by ahura24)
|
by sargon94
Constructor not running
|
|
[2 replies] Last: It is always safe to use std::cout in a constructor of a static obje... (by Cubbi)
|
by strongdrink
std::array of pointers to structs and c++11 for loops
|
|
[1 reply] : FIXED! Solution: fill the array with NULL pointers before declaring a... (by strongdrink)
|
by NightJay0044
C++ tip Calc
|
|
[2 replies] Last: @L B Thanks, yeah that worked with excluding the h and adding namespa... (by NightJay0044)
|
dynamic allocation |
|
[2 replies] Last: (gdb) print &gdatat $3 = (int *) 0x100deccac (gdb) print &rdatat $... (by dingyong198608)
|
by RonTheMoron
compiler says my class is not declared
|
|
[6 replies] Last: It compiled and works fine, thanks for your help. (by RonTheMoron)
|
by minimike08
ISO c++ forbids declaration of 'iterator' with no type
|
|
[2 replies] Last: Very well done sir. That was what it was looking for. Thanks a lot. (by minimike08)
|
by tenderstew
Output error
|
|
[1 reply] : You are rolling the dice RollNum + 1 times because of the loop on line... (by Peter87)
|
by skinnayyy
what am i doing wrong with linking?
|
|
[9 replies] Last: thanks peter. i forget to change the smallest things that have the big... (by skinnayyy)
|
by Muckle ewe
String anagram checker - How would you have done it
|
|
[12 replies] Last: I was confused, too - it's because capitals underrun the array. 'H' -... (by jim80y)
|