Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: substring search Pin
ThatsAlok22-Jun-05 21:02
ThatsAlok22-Jun-05 21:02 
GeneralRe: substring search Pin
Bob Stanneveld22-Jun-05 20:51
Bob Stanneveld22-Jun-05 20:51 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:18
David Crow23-Jun-05 4:18 
GeneralRe: substring search Pin
Bob Stanneveld23-Jun-05 4:24
Bob Stanneveld23-Jun-05 4:24 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:31
David Crow23-Jun-05 4:31 
GeneralRe: substring search Pin
ThatsAlok23-Jun-05 18:21
ThatsAlok23-Jun-05 18:21 
GeneralRe: substring search Pin
David Crow24-Jun-05 2:31
David Crow24-Jun-05 2:31 
GeneralRe: substring search Pin
ThatsAlok24-Jun-05 2:57
ThatsAlok24-Jun-05 2:57 
DavidCrow wrote:
program abc;var numbers:array[0..9] of integer; x:integer;begin for x:=0 to 9 do numbers[x]:=x; end.

I have done pascal in First Year of my Engg Graduation. When I convert from pascal to C++ , i always face problem due to array INDEX as Pascal Index start from 1 and in C++ index start from 0. May be you are right, I havn't learn PASCAL much

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralDynamic Memory allocation and Real Time applications Pin
abc87622-Jun-05 19:13
abc87622-Jun-05 19:13 
GeneralRe: Dynamic Memory allocation and Real Time applications Pin
David Crow23-Jun-05 4:21
David Crow23-Jun-05 4:21 
Questionhow can i make invisible password to my prog.!! Pin
jemi jets22-Jun-05 18:45
jemi jets22-Jun-05 18:45 
AnswerRe: how can i make invisible password to my prog.!! Pin
Christian Graus22-Jun-05 19:13
protectorChristian Graus22-Jun-05 19:13 
GeneralRe: how can i make invisible password to my prog.!! Pin
jemi jets22-Jun-05 22:52
jemi jets22-Jun-05 22:52 
GeneralRe: how can i make invisible password to my prog.!! Pin
khan++23-Jun-05 0:21
khan++23-Jun-05 0:21 
GeneralPassword encryption/decryption code in VC++ Pin
prjx22-Jun-05 18:40
prjx22-Jun-05 18:40 
GeneralRe: Password encryption/decryption code in VC++ Pin
ThatsAlok22-Jun-05 18:44
ThatsAlok22-Jun-05 18:44 
GeneralRe: Password encryption/decryption code in VC++ Pin
Anonymous23-Jun-05 0:27
Anonymous23-Jun-05 0:27 
GeneralRe: Password encryption/decryption code in VC++ Pin
ThatsAlok23-Jun-05 0:35
ThatsAlok23-Jun-05 0:35 
GeneralGet the MACAddress from the computer Pin
akayoku22-Jun-05 18:22
akayoku22-Jun-05 18:22 
GeneralRe: Get the MACAddress from the computer Pin
ThatsAlok22-Jun-05 18:36
ThatsAlok22-Jun-05 18:36 
GeneralToolbar handler not invoked Pin
laiju22-Jun-05 18:16
laiju22-Jun-05 18:16 
Generalcorrection :Toolbar handler not invoked Pin
laiju22-Jun-05 18:21
laiju22-Jun-05 18:21 
GeneralRe: correction :Toolbar handler not invoked Pin
Jose Lamas Rios23-Jun-05 2:50
Jose Lamas Rios23-Jun-05 2:50 
GeneralRe: correction :Toolbar handler not invoked Pin
laiju23-Jun-05 3:18
laiju23-Jun-05 3:18 
GeneralRe: correction :Toolbar handler not invoked Pin
Jose Lamas Rios23-Jun-05 4:11
Jose Lamas Rios23-Jun-05 4:11 

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.