Hello, peeps.
Since I got my laptop repaired its had a program called VIA RAID on it, now I looked into this a little and it turns out its for optimizing multilple HDs. So my question is: Can I safely remove this program? I think yes, beacause if I kill the proccess with task mgr nothing bad seems to happen but I thought I'd best check…What else…Ah yes, in other news, I be learning C++ with devC++. Having covered the basics I'm now looking into openGL, but I'm a little stuck as to how to install openGL and access its functionality…Also, check out the easter egg in this vid; its hilarious:http://www.newgrounds.com/portal/view/406196(Click the small circle in the middle and then the egg #1)Anyway, adieu…"Sunday, Monday, Happy Days.Tuesday, Wednesday, Happy Days.Thursday, Friday, Happy Days.Saturday, What a day,Groovin' all week with you.These days are all,Happy and Free. (Those Happy Days)These days are all,Share them with me. (oh baby)Goodbye grey sky, hello blue.There's nothing can hold me when I hold you.Feels so right, it can't be wrong.Rockin' and rollin' all week long.These days are all,Share them with me. (Those Happy Days)These days are all, Happy and Free.These Happy Days are your's and mine, Happy Days."
Why not try and learn PureBasic? It's not free, but it's pretty good.
Hmm… I'll look into that, is it graphics based?
NO! VIA RAID IS A VITAL SYSTEM TOOL!!!!
Windows won't boot w/o it
Are you being serious? Why not?
your harddrive will only load every other byte! :O
I don't have multiple HDs.
Great info, thanks, pal. Also, how do I get a list of openGL functions?
Code::Blocks > Dev-C++
Compiler installations come with OpenGL. Include gl.h, link opengl32.a and begin. For functionality on Windows past version 1.1 use GLEE (http://elf-stone.com/glee.php)Use GLUT for window management, GLUI for a user interface and GLU for extra stuff (GLU comes with GL).After that you can use all the other Open*'s for stuff :)OpenAL for soundOpenIL (renamed to DevIL) for image managementOpenAI for AIetc.