Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
valikac13-Jul-03 5:40
valikac13-Jul-03 5:40 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
DanYELL13-Jul-03 6:08
DanYELL13-Jul-03 6:08 
GeneralRe: Question about Minimize, Restore, Close Button in Right Corner Pin
Mike Dimmick13-Jul-03 6:50
Mike Dimmick13-Jul-03 6:50 
GeneralCPropertySheet and CPropertyPage Pin
Ph@ntom13-Jul-03 3:58
Ph@ntom13-Jul-03 3:58 
GeneralRe: CPropertySheet and CPropertyPage Pin
valikac13-Jul-03 5:41
valikac13-Jul-03 5:41 
GeneralRe: CPropertySheet and CPropertyPage Pin
Ph@ntom13-Jul-03 20:03
Ph@ntom13-Jul-03 20:03 
GeneralRe: CPropertySheet and CPropertyPage Pin
valikac14-Jul-03 9:29
valikac14-Jul-03 9:29 
Generalconverting BASIC to c/c++ Pin
shanila13-Jul-03 3:16
shanila13-Jul-03 3:16 
I got this BASIC code from an old book, I am converting this to c, could somebody tell me what is "On NTY GoTo 610, 620, 680, 690" function is? I know that is to go to line 610,620,680,690. but what are the conditions for that? how can I convert it.
what about " !" in here?, In c if it is "!=" that is not equal to, but what about here? It canot be factorial number.


NTY = ITYPE(I): KP = 4 * (I - 1) + 1
600 On NTY GoTo 610, 620, 680, 690
610 R = ELEM(KP): GoTo 660
620 REY = ELEM(KP + 1) * Abs(Q(I)): If REY < 1! Then REY = 1!
630 If REY < 2000 ! Then GoTo 640 Else GoTo 650
640 R = ELEM(KP) * 64 ! / REY: GoTo 660
650 R = ELEM(KP) * 1.325 / (Log(ELEM(KP + 2) + 5.74 / REY ^ 0.9)) ^ 2
660 DH = DH + S(J) * R * Q(I) * Abs(Q(I)) ^ EN
670 HDQ=HDQ+EX*R*ABS(Q(I))^EN GOTO 710
680 DH = DH + S(J) * ELEM(KP): GoTo 710
690 DH = DH - S(J) * E(LEM(KP) + Q(I) * (ELEM(KP + 1) + Q(I) * (ELEM(KP + 2) + Q(I) * ELEM(KP + 3))))


thanks in advance
shanila
GeneralRe: converting BASIC to c/c++ Pin
Ryan Binns13-Jul-03 4:57
Ryan Binns13-Jul-03 4:57 
QuestionHow to set Cursor behind last char in CRichEdit Pin
AnTri13-Jul-03 1:34
AnTri13-Jul-03 1:34 
AnswerRe: How to set Cursor behind last char in CRichEdit Pin
adamUK13-Jul-03 6:49
adamUK13-Jul-03 6:49 
GeneralExclude Process Name from Process List Pin
Fad B13-Jul-03 0:57
Fad B13-Jul-03 0:57 
GeneralRe: Exclude Process Name from Process List Pin
Ryan Binns13-Jul-03 5:00
Ryan Binns13-Jul-03 5:00 
GeneralRe: Exclude Process Name from Process List Pin
parths13-Jul-03 15:39
parths13-Jul-03 15:39 
GeneralRe: Exclude Process Name from Process List Pin
Ryan Binns13-Jul-03 15:45
Ryan Binns13-Jul-03 15:45 
GeneralRe: Exclude Process Name from Process List Pin
parths14-Jul-03 17:25
parths14-Jul-03 17:25 
GeneralRe: Exclude Process Name from Process List Pin
Ryan Binns14-Jul-03 17:40
Ryan Binns14-Jul-03 17:40 
GeneralHelp Required Pin
apocalypse7413-Jul-03 0:46
sussapocalypse7413-Jul-03 0:46 
GeneralRe: Help Required Pin
valikac13-Jul-03 5:42
valikac13-Jul-03 5:42 
Generaloops! Adding a window to console program Pin
DaveE9th13-Jul-03 0:05
DaveE9th13-Jul-03 0:05 
GeneralRe: oops! Adding a window to console program Pin
PJ Arends13-Jul-03 0:25
professionalPJ Arends13-Jul-03 0:25 
GeneralRe: oops! Adding a window to console program Pin
Ryan Binns13-Jul-03 5:09
Ryan Binns13-Jul-03 5:09 
GeneralRe: oops! Adding a window to console program Pin
adamUK13-Jul-03 6:54
adamUK13-Jul-03 6:54 
GeneralRe: oops! Adding a window to console program Pin
Ryan Binns13-Jul-03 15:20
Ryan Binns13-Jul-03 15:20 
GeneralRe: oops! Adding a window to console program Pin
adamUK14-Jul-03 5:54
adamUK14-Jul-03 5:54 

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.