by Gaminic
explicit typedefs
|
|
[5 replies] Last: Oof, that hurt my head. I think I'll stick with Boost.units for now, b... (by Gaminic)
|
Irrlicht custom animated scene node? |
|
[no replies]
|
by Flotonic
Simple Peer-to-Peer in C.
|
|
[3 replies] Last: Yes, there are a few libraries that let you write portable code for so... (by Computergeek01)
|
by Jaybob66
Specialised collections (or not)
|
|
[3 replies] Last: @doug4 20 different MyTypes, soz for the confusion. we only use #defi... (by Jaybob66)
|
by ane
list of vectors (a vector of n vectors of m elements)
|
|
[1 reply] : I create a list of vectors (a vector of n vectors of m elements). It... (by Computergeek01)
|
by access1
Need help!
|
|
[1 reply] : What have you written so far? Also, who gives you this assignment? Us... (by LB)
|
by venkatacplpl
Staic allocation and dynamic allocation
|
|
[2 replies] Last: @Doug4 Thanks.I have got it. (by venkatacplpl)
|
by stuffyboiz
string replace is not working for "\'"(\+Apostrophe)
|
|
[3 replies] Last: No worries dude :) (by mutexe)
|
by clumsycactus
Homework help!
|
|
[1 reply] : As always: input, logic, output. The input is clear: two sequences of... (by Gaminic)
|
by naveen2525
pointer to vector problem
|
|
[11 replies] Last: ok got it i want to copy vector<vector<double>*>* vec1 from vector<ve... (by naveen2525)
|
by ferarista
question
|
|
[2 replies] Last: Nope. It is not. graphics.h is about 25 years old. It was created fo... (by MiiNiPaa)
|
by ferarista
graphics h error id returned 1 exit status
|
|
[1 reply] : That library is very old, deprecated, and non-standard. If you want g... (by giblit)
|
by gopro2027
ncurses not working with iostream
|
|
[3 replies] Last: well iostream is very different than fstream (in this case). iostream ... (by Little Bobby Tables)
|
by veronix
Moving the head of an array
|
|
[1 reply] : int myArray = {1, 2, 3, 4, 5}; int *cut = &myArray ; somefunc(cut);... (by Smac89)
|
by csharp
Please check my code!
|
|
[6 replies] Last: thank you guys, it worked case 'M': if (num1 > num2) ans = num... (by csharp)
|
by GustavoZ16
Visual Studio 2013 Error
|
|
[1 reply] : Here are some reasons why this might occur http://msdn.microsoft.com/e... (by xismn)
|
by lazyman
BST comparing parents to the root
|
|
[2 replies] Last: > I.E (this is just an example, they are not inserted correctly) e.g.,... (by ne555)
|
by tuan8998
My Problem (Remote program)
|
|
[2 replies] Last: I've already emulated keyboard in my program, but when I press Start b... (by tuan8998)
|
by doc17
need assistance in passing my ints to void functions
|
|
[1 reply] : Try looking here: http://www.cplusplus.com/doc/tutorial/functions/ (by Zhuge)
|
by Chubby
Class
|
|
[2 replies] Last: i dont get it (by Chubby)
|