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

C / C++ / MFC

 
GeneralRe: Editbox to Listbox Pin
Neil Jigger3-Aug-09 21:02
Neil Jigger3-Aug-09 21:02 
QuestionWhere do I declare variables without them being Global Variable. Pin
Adassus31-Jul-09 17:40
Adassus31-Jul-09 17:40 
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 
true
I want to write OS.
If I haven't MS-DOS then not use "int 21h"
How to create "int 21h"(not MS-DOS")
U have code:MS-DOS with TASM,Turbo C 3.0
-----------------------------------------------
NASM2 is free download
NASm2 != TASM ?NASM_begin.pdf whereConfused | :confused:
VC6,gcc free
what is gcc ?It is DJGPP & 32 bit compiler.Link download .
If I write 32 bit boot with NASM2...how to mixing NASM with turbo C 3.0,gcc(32 bit kernel) ?

I want to:
in kernel.asm,mixing NASM with gcc|TC (32 bit)
in ker_mix.c,I write:
//descsript:create print Day Function
char input;
void main(){
cout << Action << endl;
cin >> input;
if(input=='Day'){
;print now date,month,time
}
then mix .c(32 bit) with kernel.asm
How to do it
-----------------------------------------------------
End,I have VGA-screen: 16M memory.
It view *.mp4,bitmap file(> 256 color) & run screensaver 3d.All color normal...beatiful
But I write VGA_Bitmap.c with TC 3.0 then result display bitmap bad
why ?
sReason:menory 16M or........
who edit VGA_bitmap.c(gcc)->Result:beautiful color,normal
THANKS

vietnam09

BY:TUAN1111--
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 
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 

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.