adjusting my nested for loop |
|
[no replies]
|
by shani09
ARRAY ELEMENTS
|
|
[6 replies] Last: #include <iostream> using namespace std; //the trick is in sendin... (by justAbeginner)
|
compare two values in an array |
|
[1 reply] : If dp is a pointer to double, then *dp is the double. then use oper... (by jsmith)
|
by betibu
Opencv Ip Camera video capture problem
|
|
[no replies]
|
by fafner
header file problem
|
|
[8 replies] Last: @Computerquip: Okay. Good point, I has only developed on Mac and GNU/L... (by Albatross)
|
by shani09
RECURSION
|
|
[2 replies] Last: yeah thanks..... (by shani09)
|
by nc90
merge derived classes
|
|
[3 replies] Last: Additionally, you'd have to watch out for the diamond problem with mul... (by moorecm)
|
convert double to send in message PDU |
|
[no replies]
|
by Ultrapingu
feof() returning 16 before the end of file
|
|
[1 reply] : Ok, someone in my office just solved it. Just incase anyone else is... (by Ultrapingu)
|
by Natha
unidentified
|
|
[5 replies] Last: Except that rndnick = (rand()%26)+97; rndnick = '\0'; should be i... (by Albatross)
|
by oontvoo
toString() method?
|
|
[1 reply] : Yes, overload the << operator with this signature: std::ostream& o... (by firedraco)
|
by AJM
printf() and dumping a char array
|
|
[2 replies] Last: Thanks firedraco, printf("%c", data ); fixed it :D AJM.... (by AJM)
|
by jbl09
exponents in c++
|
|
[2 replies] Last: Maybe if the base happens to be 2...but generally, no. (by moorecm)
|
by AJM
Very basic memory allocation and cout questions
|
|
[3 replies] Last: Great, thanks very much guys. AJM. (by AJM)
|
by babudesai
file into array
|
|
[1 reply] : [co de] tags please. (by PanGalactic)
|
by pptwan0413
C++ GUI
|
|
[no replies]
|
by Cn00b
Loop issues
|
|
[1 reply] : for (i=0; i < 100; i++) //where 100 is the number of elements in your... (by closed account 1yR4jE8b)
|
by john891
Storage-class specifiers and declarations
|
|
[6 replies] Last: http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/topic/com.ibm... (by maikel)
|
by mayarb
rand function
|
|
[2 replies] Last: // assuming RAND_MAX is 2^32-1 u64 rand64() { return ((u64)ran... (by Disch)
|
by fafner
problems with objects in vector
|
|
[9 replies] Last: YES, THANK YOU!! That was it, thank you so much;) (by fafner)
|