Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fastest way to draw single-color rectangles Pin
Shog92-Aug-02 10:27
sitebuilderShog92-Aug-02 10:27 
GeneralRe: fastest way to draw single-color rectangles Pin
Tim Smith2-Aug-02 10:41
Tim Smith2-Aug-02 10:41 
GeneralRe: fastest way to draw single-color rectangles Pin
Roman Nurik2-Aug-02 11:31
Roman Nurik2-Aug-02 11:31 
GeneralCopy to clipboard Pin
BlackSmith2-Aug-02 8:40
BlackSmith2-Aug-02 8:40 
GeneralRe: Copy to clipboard Pin
Paul M Watt2-Aug-02 9:21
mentorPaul M Watt2-Aug-02 9:21 
GeneralRe: Copy to clipboard Pin
BlackSmith2-Aug-02 9:40
BlackSmith2-Aug-02 9:40 
GeneralRe: Copy to clipboard Pin
PJ Arends2-Aug-02 10:12
professionalPJ Arends2-Aug-02 10:12 
Generalassembly language in turbo C Pin
asif m@hmood2-Aug-02 8:14
asif m@hmood2-Aug-02 8:14 
this is code of gotoxy, i have made in c++ using assembly, but it is not working and giving an error of "invalid operand".
plz help!!!!
void _gotoxy(int row,int cols)
{ asm MOV AH,0x2
asm MOV DH,row// problem is here,if we use
asm MOV DL,cols//constant here, it works
asm MOV BH,0x0
asm INT 0x10
}
void main()
{ clrscr();
_gotoxy(15,15);
printf("x");
getch();
}

GeneralRe: assembly language in turbo C Pin
PJ Arends2-Aug-02 8:16
professionalPJ Arends2-Aug-02 8:16 
GeneralRe: assembly language in turbo C Pin
l a u r e n2-Aug-02 8:20
l a u r e n2-Aug-02 8:20 
Generalassembly language in turbo C++ Pin
staunch2-Aug-02 8:06
staunch2-Aug-02 8:06 
GeneralRe: assembly language in turbo C++ Pin
l a u r e n2-Aug-02 8:08
l a u r e n2-Aug-02 8:08 
GeneralRe: assembly language in turbo C++ Pin
PJ Arends2-Aug-02 8:12
professionalPJ Arends2-Aug-02 8:12 
General"classview info is not available" Pin
ns2-Aug-02 7:57
ns2-Aug-02 7:57 
GeneralRe: "classview info is not available" Pin
PJ Arends2-Aug-02 8:19
professionalPJ Arends2-Aug-02 8:19 
GeneralRe: "classview info is not available" Pin
Shawn Horton2-Aug-02 11:49
Shawn Horton2-Aug-02 11:49 
GeneralGetting the Harddrive's Serial Number Pin
Jason Hihn2-Aug-02 6:52
Jason Hihn2-Aug-02 6:52 
GeneralRe: Getting the Harddrive's Serial Number Pin
JohnnyG3-Aug-02 5:51
JohnnyG3-Aug-02 5:51 
GeneralC++ "class"ic problem Pin
Dracula50002-Aug-02 6:49
Dracula50002-Aug-02 6:49 
GeneralRe: C++ "class"ic problem Pin
Chris Losinger2-Aug-02 7:13
professionalChris Losinger2-Aug-02 7:13 
QuestionPossible to retrieve class from <tr class="row1"> using MSHTML? Pin
kumaichi2-Aug-02 6:45
kumaichi2-Aug-02 6:45 
GeneralImportind Dialog to new project Pin
Shay Harel2-Aug-02 6:42
Shay Harel2-Aug-02 6:42 
GeneralRe: Importind Dialog to new project Pin
kumaichi2-Aug-02 6:49
kumaichi2-Aug-02 6:49 
GeneralRe: Importind Dialog to new project Pin
Chris Losinger2-Aug-02 6:52
professionalChris Losinger2-Aug-02 6:52 
GeneralRePainting issues? w/ child controls Pin
Gerjerts2-Aug-02 6:06
Gerjerts2-Aug-02 6:06 

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.