G++ Question
Posted: Sun Jul 06, 2003 11:00 pm
Where can I find some serious documentation about using g++?
I intend to make an object oriented kernel in C++, but I have no idea how g++ works. Like:
What parameters must I pass to g++ to exclude standard librabries?
What operators must I implement?
How does g++ work?
How the output code looks like?
Thanks
I intend to make an object oriented kernel in C++, but I have no idea how g++ works. Like:
What parameters must I pass to g++ to exclude standard librabries?
What operators must I implement?
How does g++ work?
How the output code looks like?
Thanks