Click here to Skip to main content
15,887,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MYSQL DATE HELP Pin
ThatsAlok5-Jun-06 2:27
ThatsAlok5-Jun-06 2:27 
GeneralRe: MYSQL DATE HELP Pin
Hamid_RT5-Jun-06 2:38
Hamid_RT5-Jun-06 2:38 
GeneralRe: MYSQL DATE HELP Pin
ThatsAlok5-Jun-06 2:40
ThatsAlok5-Jun-06 2:40 
GeneralRe: MYSQL DATE HELP Pin
Hamid_RT5-Jun-06 3:00
Hamid_RT5-Jun-06 3:00 
GeneralRe: MYSQL DATE HELP Pin
ThatsAlok5-Jun-06 19:17
ThatsAlok5-Jun-06 19:17 
GeneralRe: MYSQL DATE HELP Pin
yogendra kaushik5-Jun-06 2:51
yogendra kaushik5-Jun-06 2:51 
GeneralRe: MYSQL DATE HELP Pin
Hamid_RT5-Jun-06 3:00
Hamid_RT5-Jun-06 3:00 
Questionerror in reading file [modified] Pin
Anu_Bala5-Jun-06 2:11
Anu_Bala5-Jun-06 2:11 
Hi,THere is error in file reading....
CTagBase *Temp;
CObList OPointList;
PointCount = atoi(TempString); //PointCount = 2
CString ab;
for(iCount=0;
iCount<pointcount;icount++)
{
memset(ttagname,0,16);
memset(tdesc,0,24);

pfile.read(&ttagtype,1);
switch(ttagtype)
{
case="" controller:
{=""
pfile.read(ttagname,(int)tagnamelength);=""
pfile.read(tdesc,24);=""
temp="new" ctagcontroller="" ((cstring)ttagname,(cstring)="" tdesc);
opointlist.addtail(temp);
break;
}
case="" indicator:
{=""
pfile.read(ttagname,(int)tagnamelength);
pfile.read(tdesc,24);="" ctagindicator((cstring)="" ttagname,(cstring)="" tdesc);
opointlist.addtail(temp);
break;
}

in="" this="" case,according="" to="" ttagtype="" the="" switch="" case="" is="" selected.in="" my="" coding="" i="" have="" read="" 2="" controller="" elements.so="" file="" reads="" first="" elemnt="" and="" goes="" switch..and="" execute="" balnce="" code.then="" icount="" get="" incremented="" second="" iteration="" done="" .but="" time="" does="" not="" anything..
i.e.,="" in="" iteration-="">tTagName is LIC101
In second Iteration->tTagName is "" i.e null.
How its coming like this? One morething i checked the file contents,its absolutely correct.
THen this code fail to read full content.i.e its read only the first element.Does not read the forthcoming elemnts.

-- modified at 8:28 Monday 5th June, 2006

In this the For loop is not displaying correctly..
for(iCount=0;iCount
AnswerRe: error in reading file [modified] Pin
NiceNaidu5-Jun-06 2:21
NiceNaidu5-Jun-06 2:21 
QuestionEdit Box Pin
chethu6655-Jun-06 2:02
chethu6655-Jun-06 2:02 
AnswerRe: Edit Box Pin
ThatsAlok5-Jun-06 2:26
ThatsAlok5-Jun-06 2:26 
AnswerRe: Edit Box Pin
NiceNaidu5-Jun-06 2:27
NiceNaidu5-Jun-06 2:27 
AnswerRe: Edit Box [modified] Pin
_AnsHUMAN_ 5-Jun-06 2:29
_AnsHUMAN_ 5-Jun-06 2:29 
GeneralRe: Edit Box [modified] Pin
chethu6655-Jun-06 3:19
chethu6655-Jun-06 3:19 
AnswerRe: Edit Box Pin
NiceNaidu5-Jun-06 2:32
NiceNaidu5-Jun-06 2:32 
GeneralRe: Edit Box Pin
ThatsAlok5-Jun-06 19:12
ThatsAlok5-Jun-06 19:12 
QuestionAssertation fails :-(( Pin
Checker20035-Jun-06 2:02
Checker20035-Jun-06 2:02 
AnswerRe: Assertation fails :-(( Pin
Nishad S5-Jun-06 2:07
Nishad S5-Jun-06 2:07 
QuestionZaqro Pin
Zakaria Butskhrikdize5-Jun-06 1:46
Zakaria Butskhrikdize5-Jun-06 1:46 
QuestionMoving the text Pin
Member 30398435-Jun-06 1:40
Member 30398435-Jun-06 1:40 
AnswerRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 1:51
_AnsHUMAN_ 5-Jun-06 1:51 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 18:04
Member 30398435-Jun-06 18:04 
GeneralRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 18:15
_AnsHUMAN_ 5-Jun-06 18:15 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:37
ThatsAlok5-Jun-06 18:37 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 20:13
Member 30398435-Jun-06 20:13 

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.