Random Number Generation with Blitz |
|
[1 reply] : Try to replace: Beta<double> betaGen; betaGen.setPara... (by ropez)
|
by help2008
Decimal Value of the Ratios of Consecutive Fibonacci Numbers
|
|
[1 reply] : Give some thought to what the word "ratio" means, and look at the firs... (by JivanAmara)
|
string |
|
[2 replies] Last: Google "Thinking in C++" and download the PDF. (by medievalelks)
|
by naja
is it possible to reduce redundant code like this?
|
|
[1 reply] : Use polymorphism: class Calculator { virtual void onBoxStat... (by medievalelks)
|
by Yersey
How to exhaust all available dynamic memory in computer?
|
|
[6 replies] Last: It's not just enough to allocate the memory. You have to write to it ... (by jsmith)
|
by mb108
Iterator question -- templates
|
|
[5 replies] Last: I tried it and it worked, but my testing was sloppy. Here's what work... (by mb108)
|
by s0279dave
Manipulating 2d arrays need help
|
|
[1 reply] : This looks pretty good so far, except that your declaration of A limit... (by jsmith)
|
by mohgeroth
strcmp problems... pointer 2 private pointer
|
|
[1 reply] : I think your problem is in this section of code in addWord: if( ... (by jsmith)
|
by sparky
cin.getline() not working
|
|
[8 replies] Last: rpgfan3233, you know, I reread your post several times and it has n... (by sparky)
|
by chronicle
Memory Release Problem
|
|
[2 replies] Last: Note that I said in the description that 10000000 probably wouldn't wo... (by chronicle)
|
by lothrodel
cannot convert parameter 1 from 'std::string [12]' to 'double []'
|
|
[2 replies] Last: well the thing is i have an assignment and, the array must be double t... (by lothrodel)
|
by jerome78
Introduce OFDMA into ns-2
|
|
[no replies]
|
by sparky
char[] comparison
|
|
[2 replies] Last: rpgfan3233, It worked!Thank you very much for your help. (by sparky)
|
Trimming a string |
|
[1 reply] : Setting aside the fact that there are a zillion easier ways to do it..... (by jsmith)
|
class(scope) |
|
[1 reply] : The C++ compiler is a multi-pass compiler. On the first pass, the com... (by jsmith)
|
function inside |
|
[1 reply] : Neither C nor C++ allow you to define functions within other functions... (by jsmith)
|
INDIRECTLY |
|
[1 reply] : This means: "Do NOT shout!" (by Repentinus)
|
by sparky
Structs with a Class
|
|
[3 replies] Last: If you're using it as newNode->person->FNAME, it would be declared ins... (by rpgfan3233)
|
by wootski
Need Help with Winsock downloading (small errors)
|
|
[no replies]
|
by lank23
help with find and replace
|
|
[no replies]
|