General C++ Programming - September 2009 (Page 14)

Compilation error "cstdio standard header"
 
Hello all I have a C-file with some header files as follows #include <iostream> #include <m...
[5 replies] Last: I cant believe the stupidity!! The filename needs to have a .cpp or .c... (by luckycusp)
operator overloading
 
Hello all, the code below is a vector class which is a child of the STL vector class. The code below...
[10 replies] Last: the wrapper is probably a better approach, but also a lot more work (y... (by jsmith)
runtime error
 
Hi all, Can somebody tell me why this code does not work and how to fix it? It compiles but runti...
[7 replies] Last: user Robertlzw suggested me this: template<class T, class U> co... (by aortizb)
Basic Question from newbie... - General C++
 
Hi everyone, First post on this forum so hope this is in the right place, please advise if not....
[2 replies] Last: Two. (by helios)
Run time error. poo
 
hI, I am starting with object oriented programming and i am having a problem that i do not know how ...
[4 replies] Last: Ok, thanks. (by jorge12745)
by Alan
encryption algorithms
 
Looking for a good encryption algorithm with emphasis on efficiancy... any suggestions? id rather se...
[10 replies] Last: well, by encryption i was assuming he wanted something legible or mean... (by elvenspike)
Tricky question on upcasting
 
hi all, I was looking for a solution to the below problem. Can someone please help? I’m gi...
[1 reply] : Try this: b->Base::Fun(); (by Bazzy)
C / C++ Library Reference
 
Hi cplusplus.com community, in a few weeks, im doing an internship at BMW. I have to write progr...
[2 replies] Last: because i dont know all the functions, the correct return value, the a... (by MasterLowi)
by yalcin
Using OpenGL on Windows Form Application in Visual C++
 
Hello, I want to draw 3D graphics on Windows Form Application in Visual C++.How can I adjust Open...
[2 replies] Last: I think you have to use DirectX for use within a Windows form, but it ... (by NGen)
by aazz
if have font name, font size of text==> text width and text height ???
 
hi everybody. i using vc++6.0. i needing to calculate text width and text height when have font siz...
[1 reply] : http://www.google.com/search?btnI=1&q=msdn+GetTextExtentPoint32 (if y... (by Duthomhas)
MySQL Header
 
I threw together a useful little header that's intended to make MySQL quick and easy to manage from ...
[10 replies] Last: alright, thanks chris, i'll add that to the one i've got saved. althou... (by elvenspike)
September 2009 Pages: 1... 121314
  Archived months: [aug2009] [oct2009]

This is an archived page. To post a new message, go to the current page.