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

C / C++ / MFC

 
AnswerRe: Where do I declare variables without them being Global Variable. Pin
«_Superman_»31-Jul-09 18:20
professional«_Superman_»31-Jul-09 18:20 
Questionnot MS-DOS & FAT 32 Pin
tuan111131-Jul-09 17:24
tuan111131-Jul-09 17:24 
AnswerRe: not MS-DOS & FAT 32 Pin
Sauce!31-Jul-09 17:58
Sauce!31-Jul-09 17:58 
AnswerRe: not MS-DOS & FAT 32 Pin
Neil Jigger31-Jul-09 19:02
Neil Jigger31-Jul-09 19:02 
AnswerRe: not MS-DOS & FAT 32 Pin
tuan11113-Aug-09 15:28
tuan11113-Aug-09 15:28 
QuestionOS Dev for Vietnam Pin
tuan111131-Jul-09 17:17
tuan111131-Jul-09 17:17 
AnswerRe: OS Dev for Vietnam Pin
Neil Jigger31-Jul-09 19:07
Neil Jigger31-Jul-09 19:07 
AnswerRe: OS Dev for Vietnam [modified] Pin
Bacon Ultimate Cheeseburger1-Aug-09 2:05
Bacon Ultimate Cheeseburger1-Aug-09 2:05 
tuan1111 wrote:
How to create "int 21h"(not MS-DOS")


Google "freedos" for an example of how to accomplished this.

tuan1111 wrote:
what is gcc ?


GCC is the GNU compiler collection (DJGPP is a port of GCC to MS-DOS). It is used to build the Linux kernel (and many applications as well) so it should meet all of your needs. There are several packages available for Windows which include GCC such as MinGW. See http://gcc.gnu.org/[^] for more information about GCC.

tuan1111 wrote:
how to mixing NASM with turbo C 3.0,gcc


In your makefile specify the output type (COFF, ELF, etc.) when invoking NASM.



I do believe that most of what you are asking is probably way outside the scope of this forum. This includes your other post as well. You might however want to take a look at Developing a 32 Bit Operating System[^] on how one developer approached this.

modified on Saturday, August 1, 2009 8:16 AM

QuestionRe: OS Dev for Vietnam [modified] Pin
tuan11113-Aug-09 15:37
tuan11113-Aug-09 15:37 
QuestionArray bound checking in C++ Pin
Fred Andres31-Jul-09 12:40
Fred Andres31-Jul-09 12:40 
AnswerRe: Array bound checking in C++ Pin
Richard Andrew x6431-Jul-09 13:49
professionalRichard Andrew x6431-Jul-09 13:49 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:46
Fred Andres7-Aug-09 10:46 
AnswerRe: Array bound checking in C++ Pin
Randor 31-Jul-09 15:00
professional Randor 31-Jul-09 15:00 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
AnswerRe: Array bound checking in C++ Pin
Joe Woodbury1-Aug-09 10:32
professionalJoe Woodbury1-Aug-09 10:32 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
QuestionWhat happened to search issue of the forum? Pin
includeh1031-Jul-09 10:33
includeh1031-Jul-09 10:33 
AnswerRe: What happened to search issue of the forum? Pin
jeron131-Jul-09 10:36
jeron131-Jul-09 10:36 
QuestionResource Leak [modified] Pin
od@ananzi.co.za31-Jul-09 9:30
od@ananzi.co.za31-Jul-09 9:30 
AnswerRe: Resource Leak Pin
RomanMzh31-Jul-09 11:38
RomanMzh31-Jul-09 11:38 
AnswerRe: Resource Leak Pin
Randor 31-Jul-09 15:07
professional Randor 31-Jul-09 15:07 
AnswerRe: Resource Leak Pin
od@ananzi.co.za3-Aug-09 1:52
od@ananzi.co.za3-Aug-09 1:52 
QuestionHow to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 8:24
transoft31-Jul-09 8:24 
AnswerRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 31-Jul-09 15:37
professional Randor 31-Jul-09 15:37 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 16:14
transoft31-Jul-09 16:14 

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.