Search found 12 matches
- Thu Feb 03, 2011 4:28 am
- Forum: C and C++
- Topic: Good reading for those interested in C++
- Replies: 2
- Views: 114723
Good reading for those interested in C++
I found this article about the modern style of C++: http://www.artima.com/intv/modern.html And I also found a book written by Bjarn Stroustrup (the creator of C++) that I want to buy, it's called "the Design and Evolution of C++": http://www.amazon.com/Design-Evolution-C-Bjarne-Stroustrup/dp/0201543...
- Wed Feb 02, 2011 2:27 pm
- Forum: General Questions
- Topic: Hello, new here =]
- Replies: 1
- Views: 50616
Re: Hello, new here =]
Hi! I personally am more interested in game-development, but this website is quite good! Wouldn't you agree?
- Tue Feb 01, 2011 10:35 pm
- Forum: Site Comments, Suggestions, and Ideas
- Topic: Annoying Advertisements
- Replies: 2
- Views: 47354
Annoying Advertisements
People keep posting advertisements in their signatures, then they make one post (so that you can see the signature) and hope that it will attract people to their business... Honestly?
- Tue Feb 01, 2011 10:09 pm
- Forum: C and C++
- Topic: What is a “RTTI”?
- Replies: 2
- Views: 47599
Re: What is a “RTTI”?
Sorry, doesn't ring a bell. But fortunately, I use the internet a bit more carefully!
Behold:
http://en.wikipedia.org/wiki/RTTI
Behold:
http://en.wikipedia.org/wiki/RTTI
- Sat Jan 29, 2011 8:39 pm
- Forum: Site Comments, Suggestions, and Ideas
- Topic: Bochs configuration files
- Replies: 0
- Views: 64098
Bochs configuration files
Well, I created a file called bochsconfig.txt and my build of Bochs has a "Load" button in a window called "Bochs Start Menu", so I attempted loading it from the windows explore open file dialog -- NOTE: I had to go to the "Files of type" selection and choose "All files (*.*)". Other things I had to...
- Sat Jan 29, 2011 6:26 pm
- Forum: Graphics Programming
- Topic: OS Development: GPU Drivers?
- Replies: 3
- Views: 142292
- Fri Jan 28, 2011 2:34 pm
- Forum: Graphics Programming
- Topic: OS Development: GPU Drivers?
- Replies: 3
- Views: 142292
OS Development: GPU Drivers?
Okay, I am quite curious; I want to know how practical it would be to make a brand new OS capable of interfacing with a graphics card, using a driver which may be designed for other circumstances (a different OS). Honestly, I don't know any thing about video-device drivers... 1. Is there an efficien...
- Tue Jan 25, 2011 3:13 pm
- Forum: Beginners
- Topic: VGA GRAPHICS
- Replies: 6
- Views: 72164
Re: VGA GRAPHICS
I would not say GUIs are hard to develop, at least not if you have the support. They just require a lot of functionality, which overall takes time. I have programmed one myself, using Direct3D to interface with the hardware. I'm making my game engine a robust portability system. In turn, I'm require...
- Thu Nov 18, 2010 3:40 pm
- Forum: C and C++
- Topic: How does PartCopy work ?
- Replies: 6
- Views: 66270
Re: How does PartCopy work ?
Yes I regularly use MSDN. *checks MSDN* So could you give me an example, just so I can be certain?
- Thu Nov 18, 2010 4:40 am
- Forum: C and C++
- Topic: How does PartCopy work ?
- Replies: 6
- Views: 66270
Re: How does PartCopy work ?
Thanks. If I understand correctly, I would need to "find" the GUID for every user-chosen file path? Sorry, but I don't really know what I'm actually after; subjecting about these "GUIDs" and raw data.
EDIT:
And by the way... How do iostream and fstream work? ASM (assembly language)?
EDIT:
And by the way... How do iostream and fstream work? ASM (assembly language)?
- Wed Nov 17, 2010 4:35 am
- Forum: C and C++
- Topic: How does PartCopy work ?
- Replies: 6
- Views: 66270
Re: How does PartCopy work ?
Pshh, I didn't know it was that simple! 

- Tue Nov 16, 2010 2:19 am
- Forum: C and C++
- Topic: How does PartCopy work ?
- Replies: 6
- Views: 66270
How does PartCopy work ?
Before I end up screwing my computer, I want to know the benchmark of PartCopy's clockwork so that I can attempt to write a better version. I'm attempting to create my own Operating System (at least a simple one), but if I do, I want to know how most of my utilities work, and so forth. So, could som...