by gizzmo
overloading pointer operator
|
|
[9 replies] Last: class A { private: NearestNeighbour n; public: A(NearestNeig... (by webJose)
|
by vince1981
working with extremely large numbers
|
|
[6 replies] Last: Try declaring long long instead of just long. For grins I tried that ... (by pchelms)
|
by rambo1177
game programming
|
|
[2 replies] Last: i'm in my school and doing my project... they allow only borland c++ c... (by rambo1177)
|
by aymank1985
How to convert string "1+3" to operation
|
|
[5 replies] Last: i didnt check for the dmas rule.... i got used to borland and i'm stil... (by rambo1177)
|
by ashishkumar
size of the executable
|
|
[2 replies] Last: I did not understand the question. Are you referring to the page size.... (by ashishkumar)
|
by tejashs
accessing serial COM port using c++
|
|
[4 replies] Last: Well, accessing the serial port is not quite trivial. Maybe it's the b... (by coder777)
|
by zbart
can somebody please help to format a text file
|
|
[3 replies] Last: You can write code faster in Perl and it's pretty easy to grasp the ba... (by Silvermaul)
|
by Jega
Solution to Telephone Bill Programming
|
|
[1 reply] : Are you looking for a solution to your problem? I think in this forum ... (by sohguanh)
|
by fsshl
invalid conversion from 'bool
|
|
[5 replies] Last: No, he has not linked to boost_filesystem anywhere on his command line... (by closed account S6k9GNh0)
|
by nano511
How do i make a play again button?
|
|
[1 reply] : int main() { bool __continue= false; do{ // game ... (by mindfog)
|
by alhenry92
Is Dev-C++ Form App Real?
|
|
[2 replies] Last: thats exactly what im looking for...thanks ;) (by alhenry92)
|
by aj3423
error: expected nested-name-specifier before 'writer_trait'
|
|
[3 replies] Last: it seems typedef typename is MSVC style, not for g++ I just removed t... (by aj3423)
|
by costaaa
Code help
|
|
[2 replies] Last: This is what I got: int main() { int number = 0; while (1=... (by creekist)
|
by Brad1
How to add cases together
|
|
[5 replies] Last: After each calculation, add the tuition to total. (by Zhuge)
|
by blueeyedlion
What does this error mean?
|
|
[2 replies] Last: Yes, that's probably it. Thanks. (by blueeyedlion)
|
by bacpp
multiset
|
|
[1 reply] : sts::multiset<> is an ordered container. That means it will always app... (by Galik)
|
by nano511
How to put files into executable?
|
|
[8 replies] Last: If in doubt, just ship the DLL in question with the game. (by zahn)
|
by ausairman
Improving speed of the math.h libraries
|
|
[13 replies] Last: About fixed point numbers, they are real numbers, represented with a d... (by bartoli)
|
by shank8
Help with efficiency!
|
|
[2 replies] Last: Thanks alot, I will look into it. (by shank8)
|
by smileff
Please suggest me some source codes to learn.
|
|
[no replies]
|