Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CArray RemoveAt Questions Pin
Maximilien1-Dec-04 8:20
Maximilien1-Dec-04 8:20 
GeneralRe: CArray RemoveAt Questions Pin
ayajiang1-Dec-04 23:45
ayajiang1-Dec-04 23:45 
GeneralRe: CArray RemoveAt Questions Pin
Graham Bradshaw1-Dec-04 9:51
Graham Bradshaw1-Dec-04 9:51 
GeneralRe: CArray RemoveAt Questions Pin
ayajiang1-Dec-04 23:39
ayajiang1-Dec-04 23:39 
GeneralDifference of char * and int * Pin
sacoskun1-Dec-04 7:20
sacoskun1-Dec-04 7:20 
GeneralRe: Difference of char * and int * Pin
Maximilien1-Dec-04 7:25
Maximilien1-Dec-04 7:25 
GeneralRe: Difference of char * and int * Pin
David Crow1-Dec-04 7:25
David Crow1-Dec-04 7:25 
GeneralRe: Difference of char * and int * Pin
namaskaaram1-Dec-04 17:46
namaskaaram1-Dec-04 17:46 
Wink | ;) well.....for thiz iz for ur info.....

whenu declare the variable say.....
char a[10];

here the variable "a" is bacially like a pointer,it terminates only when it "sees" the "\O"

thatz why u dont get the same answer.....

if want just one letter to come do like thiz.....
cout<<*(myname);
if u want the second letter.....
cout<<*(myname+1)
and so on.....



hope that helpz.....

happy programmin.....

cheerz.....
Big Grin | :-D
GeneralRe: Difference of char * and int * Pin
sacoskun1-Dec-04 18:57
sacoskun1-Dec-04 18:57 
GeneralCScrollView Odd little Behavior Pin
poiut1-Dec-04 4:58
poiut1-Dec-04 4:58 
GeneralRe: CScrollView Odd little Behavior Pin
poiut1-Dec-04 5:58
poiut1-Dec-04 5:58 
Generaler the option of a MFC Pin
BRIMID1-Dec-04 3:54
BRIMID1-Dec-04 3:54 
GeneralRe: er the option of a MFC Pin
toxcct1-Dec-04 4:45
toxcct1-Dec-04 4:45 
GeneralRe: er the option of a MFC Pin
BRIMID1-Dec-04 5:32
BRIMID1-Dec-04 5:32 
GeneralRe: er the option of a MFC Pin
Maximilien1-Dec-04 5:40
Maximilien1-Dec-04 5:40 
GeneralRe: er the option of a MFC Pin
toxcct1-Dec-04 5:42
toxcct1-Dec-04 5:42 
GeneralRe: er the option of a MFC Pin
David Crow1-Dec-04 5:50
David Crow1-Dec-04 5:50 
GeneralRe: er the option of a MFC Pin
BRIMID1-Dec-04 7:16
BRIMID1-Dec-04 7:16 
GeneralRe: er the option of a MFC Pin
David Crow1-Dec-04 7:20
David Crow1-Dec-04 7:20 
GeneralRe: er the option of a MFC Pin
Maximilien1-Dec-04 7:27
Maximilien1-Dec-04 7:27 
GeneralRe: er the option of a MFC Pin
BRIMID1-Dec-04 8:24
BRIMID1-Dec-04 8:24 
GeneralRe: er the option of a MFC Pin
David Crow1-Dec-04 8:45
David Crow1-Dec-04 8:45 
GeneralCreateMapFile Pin
includeh101-Dec-04 3:50
includeh101-Dec-04 3:50 
GeneralRe: CreateMapFile Pin
Blake Miller1-Dec-04 5:15
Blake Miller1-Dec-04 5:15 
GeneralRe: CreateMapFile Pin
includeh101-Dec-04 6:34
includeh101-Dec-04 6:34 

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.