I finished my bootloader and now I am working on Protected mode.
Can we used C++ header files and libraries directly for further development
Can we use c++ header file and libraries in protected mode ?
Moderator:Moderators
-
- Posts:6
- Joined:Mon Jan 24, 2011 6:02 am
Re: Can we use c++ header file and libraries in protected mode ?
Hello,
You can technically use any library routine that does not rely on an existing operating system environment. However a lot of the library routines (most) do and will need to be written for your OS.
Because you will end up writing most of the standard library anyways, the recommended approach is to create your own libraries or compile an existing CRT to your OS.
You can technically use any library routine that does not rely on an existing operating system environment. However a lot of the library routines (most) do and will need to be written for your OS.
Because you will end up writing most of the standard library anyways, the recommended approach is to create your own libraries or compile an existing CRT to your OS.
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com