by Alan
esoteric... lol
|
|
[6 replies] Last: The problem is that natural language isn't sufficiently exacting. ... (by Alan)
|
by Duthomhas
Double dereference off of iterator?
|
|
[2 replies] Last: Ooohh, I'll have to check that one out. Thanks! (by Duthomhas)
|
by enigmatix
Custom String Class
|
|
[1 reply] : If it is for learning purposes only, I wouldn't worry about thread saf... (by jsmith)
|
by kilombo
static library using virtual methods
|
|
[5 replies] Last: If you take the IDBProvider object by reference (or pointer) that migh... (by jsmith)
|
by vfoos
Can I speed up database access using CRecordset with ODBC to SQL server?
|
|
[4 replies] Last: Thanks, I will have a look in ADO/BulkInserts. I am opening and clo... (by vfoos)
|
by Alan
generic 'variable' class
|
|
[5 replies] Last: i never heard about boost anything... looks ez tho. -_- (by Alan)
|
Casting vectors to void pointers |
|
[2 replies] Last: That works as long as sizeof( vector::value_type* ) == sizeof( void* )... (by jsmith)
|
by hamsterman
Release build fails
|
|
[3 replies] Last: because there may be some different librarys which generate extra debu... (by Incubbus)
|
by yalcin
Opengl on PictureBox toolbox in Visual Studio 2008.net
|
|
[1 reply] : The first: Why did you submit two similar posts? The second: Why ... (by Denis)
|
by murukesh
Input to output using >> and <<
|
|
[2 replies] Last: a. Yet different runs of the program after rebuilding while occasional... (by murukesh)
|
by lekaimadh
C++ with folders
|
|
[1 reply] : http://msdn.microsoft.com/en-us/library/aa363946%28VS.85%29.aspx Ha... (by webJose)
|
by cableguy414
Problem with functions in inherited classes
|
|
[11 replies] Last: Ok, I got it working. First, thank you everyone for your help and a... (by cableguy414)
|
by Incubbus
Improving Algorithm
|
|
[2 replies] Last: ahhh... why didnt i think about that T_T... thank you:)... (by Incubbus)
|
by gosego
program code
|
|
[6 replies] Last: it doesn't have to be a keyboard, it can be a keypad too :D (by sikac)
|
by Alan
max "index" in container
|
|
[2 replies] Last: thanks! just what i was lookin for (by Alan)
|
by liujbscott
vector and handle problem
|
|
[3 replies] Last: since not all of us have the primer, we dont know the examples... (by Incubbus)
|
by mjordan1
hasNext Function in C++
|
|
[2 replies] Last: There's no such thing in the C++ standard libraries, but it's straight... (by kbw)
|
by Balakumar
How get first three digits of an integer in C++
|
|
[17 replies] Last: @Alan, it shows 34 here... (by Haptic)
|
by MeWantCup
Comparing two strings with If statement
|
|
[3 replies] Last: Yes, it should work, but I forgot an important thing: You still can u... (by johnkravetzki)
|
by ashwani
pointers.?????????
|
|
[3 replies] Last: pOrder would be a pointer to the class which GetValue() is a member of... (by Alan)
|