by mina samy
Call java class from c++
|
|
[4 replies] Last: R0mai, my understanding is that JNI provides access from Java to nativ... (by PanGalactic)
|
by hamsterman
value too big for double
|
|
[6 replies] Last: Yes, I know I could do this, but I don't think I will.. It would be n... (by hamsterman)
|
What's the difference between... |
|
[19 replies] Last: While that may seem the case with std::stringstream x = std::stri... (by closed account 1yR4jE8b)
|
by Swiftle
Function scoping
|
|
[2 replies] Last: I don't get it :( class Dictionnaire{ class Entry{ public: ... (by Swiftle)
|
by Noxer
Power function on other os and compilers.
|
|
[4 replies] Last: because floating points are lossy, so his statement is sketchy. (by Disch)
|
by Incubbus
overloading casting operators
|
|
[3 replies] Last: @guestgulkan: had no chance to try it "yesterday"... yep, it does ... (by Incubbus)
|
by ALB
C++ array problem
|
|
[1 reply] : Can you give more information ? or more code which you have done . (by bluecoder)
|
by nz8202
C++ functions HOMEWORK!!
|
|
[6 replies] Last: if you are not "enough in it"... go to the documentation and read abou... (by Incubbus)
|
by DexterMorgan
Compiler error on using Boost --- config problem ?
|
|
[8 replies] Last: Yes. The manual pages for gcc will go into further detail. ;) (by moorecm)
|
by anurupr
merging two wav files
|
|
[2 replies] Last: sorry about that .. i didn't know there was something like that .. i w... (by anurupr)
|
by afraidofdark
typedef cause no global operator found error
|
|
[10 replies] Last: Or better yet: template < typename T > Vector3< T >& Vector3< T... (by closed account 1yR4jE8b)
|
by shepp2670
Question on long division using C++
|
|
[1 reply] : Post you're code first so we can actually suggest an answer :D (by Seraphimsan)
|
by jt1991
struggling now!! (1,2)
|
|
[20 replies] Last: I hope your still checking this thread so that you may find my advice ... (by moorecm)
|
by Amer
Print the value of Pi
|
|
[2 replies] Last: One of the two values should be a double (add .0 on one of the numbers... (by Warnis)
|
by Coder2010
Static Casting in C++
|
|
[2 replies] Last: How does no one get that... (by Seraphimsan)
|
by newbie dev
Linked list problem using g++
|
|
[2 replies] Last: Do exactly what the error message says. Remove LinkedList:: from the ... (by jsmith)
|
Short question |
|
[2 replies] Last: In the book I'm sure there is source code for nr.h so you go to your s... (by foobarbaz)
|
by evanescence
problem using accumulate()
|
|
[2 replies] Last: thanks, I completely forgot about that. But now it says Error 1 er... (by evanescence)
|
by vection
A Function for Input/Output
|
|
[7 replies] Last: It is possible to ask the user to input game names without specificall... (by Duthomhas)
|
How to compile this with g++ (compiles with Visual Studio) |
|
[4 replies] Last: Technically G++ is correct to the standard - typenames are not carried... (by guestgulkan)
|