Blizzard Sector
Anyone here do C++ programming? - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: General Community (https://www.blizzsector.co/forum-3.html)
+--- Forum: Tech Forum (https://www.blizzsector.co/forum-14.html)
+--- Thread: Anyone here do C++ programming? (/thread-34406.html)



Anyone here do C++ programming? - Seekndestroyer - 09-09-2006

Just wondering how many people on here are familiar with it so maybe i can get some help.


Anyone here do C++ programming? - hellsing293 - 09-12-2006

i thought about picking it up. i still might, but haven't recently. try googling it, or if you want i can pm you some links i got from another forums(can't post other forum links in here)


Anyone here do C++ programming? - VakAtk1 - 09-12-2006

I know a few things.. Im learning VB right now along with XHTML


Anyone here do C++ programming? - wm_hunter - 09-12-2006

I know a lot more VB but I am getting into C++ recently, where you having trouble because the online MSDN is a good place to check for help.


Anyone here do C++ programming? - hellsing293 - 09-14-2006

what's VB? is it like C++ but written differently?


Anyone here do C++ programming? - wm_hunter - 09-14-2006

VB isn't like many other coding languages... where C++ is simular to java and stuff VB is way out in left feild.

Check Wikipedia, I gotta go real soon I can't get into detail.


Anyone here do C++ programming? - skidude - 09-15-2006

programming faq here

http://www.blizzsector.co/tech-forum/21309-programming-faq.html?highlight=skidude

c++ in 21 days guide

http://www.blizzsector.co/tech-forum/21625-c-21-days-guide.html?highlight=skidude




Anyone here do C++ programming? - Seekndestroyer - 09-17-2006

Thanks a lot i know the basics like classes, arrays, etc... but i need some help on actually creating a windows program thats useful..


Anyone here do C++ programming? - Snipz - 09-17-2006

I need to learn C++ bad. Seems so damn hard. Why cant autoit be the main coding langauge? lol


Anyone here do C++ programming? - canuc - 10-01-2006

if you need to learn to make and application in C++ and create a GUI for it, there are a few approaches, you can either learn to use the <windows> library or you could use the Carbon or Cocoa(obj-c/obj-c++) library if running on a mac. If you need a cross platform library you can use GLUT and incroperate OpenGL. There are many different solutions depending on what your fianl goals are.. plugin? game? 3d graphics?