Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalinsert bitmap in a MDI child window Pin
Pou6-Jun-01 15:58
Pou6-Jun-01 15:58 
GeneralRe: insert bitmap in a MDI child window Pin
Christian Graus6-Jun-01 16:22
protectorChristian Graus6-Jun-01 16:22 
GeneralRe: insert bitmap in a MDI child window Pin
Tomasz Sowinski6-Jun-01 23:42
Tomasz Sowinski6-Jun-01 23:42 
Generala bitmap to click in a MDI child window Pin
Pou6-Jun-01 15:57
Pou6-Jun-01 15:57 
GeneralRe: a bitmap to click in a MDI child window Pin
Christian Graus6-Jun-01 16:23
protectorChristian Graus6-Jun-01 16:23 
Generalcd rom drive letter Pin
Pou6-Jun-01 15:54
Pou6-Jun-01 15:54 
GeneralReally Silly Question I Think Pin
William Bartholomew6-Jun-01 14:33
William Bartholomew6-Jun-01 14:33 
GeneralRe: Really Silly Question I Think Pin
Christian Graus6-Jun-01 14:50
protectorChristian Graus6-Jun-01 14:50 
Let me start by saying congratulations for using the STL. I was not so smart when I was starting and am only learning it now. A vector, like any array, needs to know what it is going to hold. I don't know if you're familair with templates, but they essentially allow you to specify a type as a parameter. To specify a vector of int's, you must do this:

vector<int> m_MyIntVector;

Having #included vector, you can remove using namespace std if you want to.



Christian

#include "std_disclaimer.h"

People who love sausage and respect the law should never watch either one being made.

The things that come to those who wait are usually the things left by those who got there first.
GeneralRe: Really Silly Question I Think Pin
Vivek Rajan6-Jun-01 15:37
Vivek Rajan6-Jun-01 15:37 
GeneralRe: Really Silly Question I Think Pin
Vivek Rajan6-Jun-01 15:42
Vivek Rajan6-Jun-01 15:42 
GeneralRe: Really Silly Question I Think Pin
Alex Taylor6-Jun-01 15:50
Alex Taylor6-Jun-01 15:50 
GeneralRe: Really Silly Question I Think Pin
kvk1236-Jun-01 15:42
kvk1236-Jun-01 15:42 
GeneralRe: Really Silly Question I Think Pin
Alex Taylor6-Jun-01 15:58
Alex Taylor6-Jun-01 15:58 
GeneralRe: Really Silly Question I Think Pin
Tomasz Sowinski6-Jun-01 23:46
Tomasz Sowinski6-Jun-01 23:46 
Generalx.25 Pin
trishv6-Jun-01 9:24
trishv6-Jun-01 9:24 
GeneralRe: x.25 Pin
7-Jun-01 15:17
suss7-Jun-01 15:17 
GeneralRe: x.25 Pin
Ghazi H. Wadi7-Jun-01 15:19
Ghazi H. Wadi7-Jun-01 15:19 
GeneralRe: x.25 Pin
trishv8-Jun-01 3:31
trishv8-Jun-01 3:31 
GeneralGood Pin
6-Jun-01 8:17
suss6-Jun-01 8:17 
GeneralAnonymous moron spam Pin
Christian Graus6-Jun-01 12:51
protectorChristian Graus6-Jun-01 12:51 
Generalusing bitwise operators Pin
hearties6-Jun-01 7:58
hearties6-Jun-01 7:58 
GeneralRe: using bitwise operators Pin
Stan Shannon6-Jun-01 8:43
Stan Shannon6-Jun-01 8:43 
Generaloops! Pin
Stan Shannon6-Jun-01 9:08
Stan Shannon6-Jun-01 9:08 
GeneralRe: using bitwise operators Pin
Pavlos Touboulidis6-Jun-01 8:59
Pavlos Touboulidis6-Jun-01 8:59 
GeneralRe: using bitwise operators Pin
hearties6-Jun-01 21:20
hearties6-Jun-01 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.