by bacpp
QuantLib under cygwin
|
|
[8 replies] Last: I cd'd into the QuantLib-1.0.1 directory and ran the gcc command but i... (by bacpp)
|
by Thuraya
2D array doubt !!
|
|
[2 replies] Last: sorry, each column and row should not contain more than one digit fr... (by Thuraya)
|
by bbcc
references as inputs to a function
|
|
[3 replies] Last: unfortunately, the amperstand is overloaded in C++ 1. sometimes, it i... (by kfmfe04)
|
by adrian89
Write a bit in a byte/char
|
|
[3 replies] Last: So, if I understand, you want to output the variables in base 2 and no... (by LB)
|
best c++ compiler |
|
[2 replies] Last: c++ compiler that is easy to use They all work more or less the sam... (by Moschops)
|
by CsqHossein
conver char array to int number
|
|
[3 replies] Last: just make sure your last char is null like this, if you plan to use at... (by kfmfe04)
|
by LegendXeon
Question regarding the storage of library functions
|
|
[5 replies] Last: Thanks guys. I appreciate the help :) (by LegendXeon)
|
by Sparkle24
Guys help me to learn C++
|
|
[5 replies] Last: Same thinking here. I have a book named"C++ gui programming with Qt" ... (by Sparkle24)
|
by vbaswant
Convert string to int
|
|
[6 replies] Last: Thank you (:-) (by vbaswant)
|
by ammama
pointers
|
|
[6 replies] Last: The reference to a riot should point the thread in a whole new ... (by ultifinitus)
|
by tonnot
How to use << operator in 'continuous' mode and to determine the 'end' of sentence
|
|
[2 replies] Last: Solved. I have to use the destructor .... (by tonnot)
|
by clomer
gradient function
|
|
[3 replies] Last: go back to the mathematical definitions: given p1 = (x1,y1), p2 = (x2... (by kfmfe04)
|
by kyleC
Deleting duplicates from an array
|
|
[2 replies] Last: and deletes duplicate integers The amount of elements in standard ar... (by closed account zb0S216C)
|
by splash
double log(double)’ cannot appear in a constant-expression
|
|
[2 replies] Last: You cannot use 'dynamic_cast<>()' in this context. See http://en.wikip... (by coder777)
|
by Eman
SOME TIPS/HELP please
|
|
[4 replies] Last: you should use code-tags to make it easier to read ok - I see you hav... (by kfmfe04)
|
by waqqassheikh
Why do I get a segmentation fault while trying to find the median of a Circular Queue?
|
|
[14 replies] Last: np - glad you learned something :) no worries - I have difficulties "... (by kfmfe04)
|
by romer123dd
PLEASE HELP ME :D
|
|
[4 replies] Last: My comment: The datatype of m1, m2, d, F should be "double" as well. (by chucthanh)
|
by romer123dd
is this correct?
|
|
[1 reply] : You can check it by comparing the values given by the program to those... (by closed account D80DSL3A)
|
by cwj7897
Question about static members
|
|
[4 replies] Last: Thanks for the insight guestgulkan. I honestly didn't even think of th... (by cwj7897)
|
by Thuraya
checking rows & columns in 2D array!
|
|
[10 replies] Last: here is the code to check rows and columns , but It doesn't work it g... (by Thuraya)
|