Click here to Skip to main content
15,915,772 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDateTimePicker Pin
kopfschnecke12-Jun-02 1:29
kopfschnecke12-Jun-02 1:29 
GeneralRe: DateTimePicker Pin
benjymous12-Jun-02 2:35
benjymous12-Jun-02 2:35 
Generalneed of a project Pin
anithar12-Jun-02 0:54
anithar12-Jun-02 0:54 
GeneralPointer to a vector Pin
John Oliver11-Jun-02 23:37
John Oliver11-Jun-02 23:37 
GeneralRe: Pointer to a vector Pin
John Oliver11-Jun-02 23:50
John Oliver11-Jun-02 23:50 
GeneralRe: Pointer to a vector Pin
Rama Krishna Vavilala12-Jun-02 0:06
Rama Krishna Vavilala12-Jun-02 0:06 
GeneralRe: Pointer to a vector Pin
Joaquín M López Muñoz11-Jun-02 23:51
Joaquín M López Muñoz11-Jun-02 23:51 
GeneralRe: Pointer to a vector Pin
gazihan12-Jun-02 0:54
gazihan12-Jun-02 0:54 
what's the difference between a vector and a one-dimensional array in C++? as far as i know, nothing.
so, this is an equivalence class:
&V[0]
&(*(V+0))
&(*(V))
V

therefore, you can use V if you want.

GeneralRe: Pointer to a vector Pin
Christian Graus12-Jun-02 2:02
protectorChristian Graus12-Jun-02 2:02 
GeneralCall Dropped under TAPI 2 Pin
Derek Lakin11-Jun-02 23:27
Derek Lakin11-Jun-02 23:27 
GeneralRe: Call Dropped under TAPI 2 Pin
Joaquín M López Muñoz11-Jun-02 23:58
Joaquín M López Muñoz11-Jun-02 23:58 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 0:57
Derek Lakin12-Jun-02 0:57 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 0:43
Michael P Butler12-Jun-02 0:43 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 1:07
Derek Lakin12-Jun-02 1:07 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 2:15
Derek Lakin12-Jun-02 2:15 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 4:28
Michael P Butler12-Jun-02 4:28 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 5:22
Derek Lakin12-Jun-02 5:22 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 7:52
Derek Lakin12-Jun-02 7:52 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 11:24
Michael P Butler12-Jun-02 11:24 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 22:00
Derek Lakin12-Jun-02 22:00 
Questionhow to properly create and use project files Pin
gazihan11-Jun-02 23:12
gazihan11-Jun-02 23:12 
AnswerRe: how to properly create and use project files Pin
Joaquín M López Muñoz12-Jun-02 0:03
Joaquín M López Muñoz12-Jun-02 0:03 
GeneralRe: how to properly create and use project files Pin
gazihan12-Jun-02 0:36
gazihan12-Jun-02 0:36 
GeneralRe: how to properly create and use project files Pin
Nish Nishant12-Jun-02 0:42
sitebuilderNish Nishant12-Jun-02 0:42 
GeneralRe: how to properly create and use project files Pin
gazihan12-Jun-02 1:00
gazihan12-Jun-02 1:00 

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.