Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem Pin
toxcct6-Jun-06 2:19
toxcct6-Jun-06 2:19 
GeneralRe: problem Pin
V_shr6-Jun-06 2:38
V_shr6-Jun-06 2:38 
GeneralRe: problem Pin
Viorel.6-Jun-06 2:44
Viorel.6-Jun-06 2:44 
GeneralRe: problem [modified] Pin
V_shr6-Jun-06 2:49
V_shr6-Jun-06 2:49 
GeneralRe: problem [modified] Pin
Cedric Moonen6-Jun-06 3:13
Cedric Moonen6-Jun-06 3:13 
GeneralRe: problem [modified] Pin
V_shr6-Jun-06 3:25
V_shr6-Jun-06 3:25 
GeneralRe: problem [modified] Pin
Cedric Moonen6-Jun-06 3:29
Cedric Moonen6-Jun-06 3:29 
GeneralRe: problem [modified] Pin
V_shr6-Jun-06 3:44
V_shr6-Jun-06 3:44 
code is :
int main()
{
char khat[1000];
clrscr();
int i;
for(i=0;i<1000;i++)  {khat[i]='\0'; if(i<100)counter[i]=0;}
FILE *f;
f=fopen("falle//in2.htm","r");
for(i=1;i<1000;i++)
  {
  fgets(khat,1000,f);
  // here you can see the khat string
  printf("%s\n",khat);
  if(strcmp(khat,"</HTML>")==0) break;
  }
fclose(f);
char ch=getch();
if(ch==27)   return 0;
return 0;
}


and file is :

<HTML>
<BODY>
<#if( 1+2^3 < 2*(2+3)+1-1+1-1+1-1+1-1+1-1+1-1+1-1+1-1+1-1+1-1+1-1 )#>
correct
yes , it is correct
<#fi#>
incorect
<#loop 4#>
this is in the loop
and number is :
<#i#>
<#do#>
</BODY>
</HTML>

GeneralRe: problem [modified] Pin
Viorel.6-Jun-06 3:16
Viorel.6-Jun-06 3:16 
QuestionRe: problem Pin
David Crow6-Jun-06 3:16
David Crow6-Jun-06 3:16 
Questionhow to record audio Pin
ramyasangeet6-Jun-06 1:58
ramyasangeet6-Jun-06 1:58 
AnswerRe: how to record audio Pin
Cedric Moonen6-Jun-06 2:08
Cedric Moonen6-Jun-06 2:08 
QuestionDEBUG_NEW Problem Pin
Jethro636-Jun-06 1:48
Jethro636-Jun-06 1:48 
AnswerRe: DEBUG_NEW Problem Pin
Laxman Auti6-Jun-06 1:55
Laxman Auti6-Jun-06 1:55 
GeneralRe: DEBUG_NEW Problem Pin
Jethro636-Jun-06 2:02
Jethro636-Jun-06 2:02 
AnswerRe: DEBUG_NEW Problem Pin
toxcct6-Jun-06 2:01
toxcct6-Jun-06 2:01 
AnswerRe: DEBUG_NEW Problem Pin
Viorel.6-Jun-06 2:25
Viorel.6-Jun-06 2:25 
GeneralRe: DEBUG_NEW Problem Pin
Jethro636-Jun-06 2:31
Jethro636-Jun-06 2:31 
Questionopen a file in binary mode Pin
V_shr6-Jun-06 1:28
V_shr6-Jun-06 1:28 
AnswerRe: open a file in binary mode Pin
Cedric Moonen6-Jun-06 1:31
Cedric Moonen6-Jun-06 1:31 
GeneralRe: open a file in binary mode Pin
V_shr6-Jun-06 1:34
V_shr6-Jun-06 1:34 
GeneralRe: open a file in binary mode Pin
Cedric Moonen6-Jun-06 1:36
Cedric Moonen6-Jun-06 1:36 
AnswerRe: open a file in binary mode Pin
toxcct6-Jun-06 1:32
toxcct6-Jun-06 1:32 
AnswerRe: open a file in binary mode Pin
V_shr6-Jun-06 1:35
V_shr6-Jun-06 1:35 
AnswerRe: open a file in binary mode Pin
Viorel.6-Jun-06 1:35
Viorel.6-Jun-06 1:35 

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.