by LoLFactor
Multiple definitions error
|
|
[5 replies] Last: People actually still write makefiles? x_x (by Disch)
|
by JCED
Mathy problems <cmath>
|
|
[1 reply] : Given a polar vector of angle alpha and speed v, its equivalent rectan... (by helios)
|
by parihu
template function
|
|
[1 reply] : Try template< typename T, std::size_t N > inline std::size_t N ... (by jsmith)
|
by parihu
global consts vs static const data members
|
|
[8 replies] Last: Thanks kempofighter, that does make sense and I have now moved constan... (by parihu)
|
by meisammhq
Linker Error
|
|
[8 replies] Last: Thanks so much.It worked in VC++. ;) I had the files in the same dir... (by meisammhq)
|
by meisammhq
Passing variables by pointer
|
|
[2 replies] Last: Thanks so much .That was a stunning idea. ;) (by meisammhq)
|
by arash
type specifier for displaying binary numbers?
|
|
[2 replies] Last: No built-in way using cstdio or iostream. You'll have to write your o... (by Disch)
|
by turbozedd
map< int, double* > ???
|
|
[7 replies] Last: What is the container supposed to represent? what functionality do yo... (by kempofighter)
|
by Qwerty2
couting Ascii
|
|
[2 replies] Last: If you want a character not present on your keyboard you can use an es... (by Bazzy)
|
by kgpianasimov
hash table
|
|
[no replies]
|
by Null
Need exercises
|
|
[11 replies] Last: class Cobject{ //car, pc, printer... void GetData(); // function to ... (by kevinchkin)
|
by mcleano
Socket programming
|
|
[5 replies] Last: I strongly recommend the creatively named 'C++ Sockets Library'. It pu... (by showcontrolbruce)
|
by vatsal1993
a c++ program
|
|
[2 replies] Last: 1. Open your favorite source editor. 2. Type your program. 3. Save. ... (by helios)
|
by Outerblob
Im Confused
|
|
[7 replies] Last: ...? Until C++0x there's no PRNG in the std namespace. (by helios)
|
by Dieter
Simulated Annealing
|
|
[1 reply] : The pseudocode here: http://en.wikipedia.org/wiki/Simulated_annealing ... (by turbozedd)
|
by sdmahapatra
Need the actual logic of beelow problem
|
|
[3 replies] Last: My friend Buzzy, the first problem also been solved.so I mark it as so... (by sdmahapatra)
|
by constancio
SHADOW files
|
|
[7 replies] Last: Dears, I corrected the code. But do you possess an idea of how to read... (by constancio)
|
Excellent Rounding Guide - small bug? |
|
[no replies]
|
by Yuan
Memory Location Issues.
|
|
[2 replies] Last: Hello Disch, Thank you very much for all of your help. It fixed my ... (by Yuan)
|
by CodeBugs
Function Pointer Problems
|
|
[10 replies] Last: Thanks Disch, problem sorted now :o) (by CodeBugs)
|