
Coding. What is a C? What do the pluses mean?
#1
Posted 29 January 2012 - 12:13 PM
360: Captain Akuto
My signature makes all the ladies moist.
#2
Posted 29 January 2012 - 01:03 PM
Always glad to help.


#3
Posted 29 January 2012 - 01:28 PM
They're obviously both program languages. C++ came about originally as an extension to C, but has grown into it's own language.
There are a wide number of available books on either. Mostly likely web pages, as well. I haven't dealt with programming for a few years, so I'm rusty as hell and probably would have to search just as hard to find sites.
Get yourself a compiler and you can start playing around.
#4
Posted 29 January 2012 - 05:07 PM
Is there anywhere in particular I should be starting to learn this kind of thing, any specific language? I've heard C++ from some people, BASIC from others, and I still have no idea why I'd prefer one over the other.
360: Captain Akuto
My signature makes all the ladies moist.
#5
Posted 29 January 2012 - 05:12 PM

#6
Posted 29 January 2012 - 05:29 PM
Learn C# or Java if you want a job. C++ or C if you want to work in open source, that's pretty much the guide for that.
Rumors of my demise have been greatly exaggerated.
#7
Posted 29 January 2012 - 06:34 PM
how else will the children learn to print out "Hello world!"?There's no reason to learn BASIC, at all.
THINK OF THE CHILDREN!
seriously, though, i agree
#8
Posted 29 January 2012 - 06:59 PM
There's no reason to learn BASIC, at all. It's a dying language with no merit in the professional world.
Learn C# or Java if you want a job. C++ or C if you want to work in open source, that's pretty much the guide for that.
Thanks, that's what I was looking for.
360: Captain Akuto
My signature makes all the ladies moist.
#9
Posted 29 January 2012 - 07:21 PM
Rumors of my demise have been greatly exaggerated.
#10
Posted 29 January 2012 - 11:42 PM
There's no reason to learn BASIC, at all. It's a dying language with no merit in the professional world.
Learn C# or Java if you want a job. C++ or C if you want to work in open source, that's pretty much the guide for that.
There are still a lot of people out here, old school and new school, who still suggest BASIC and I just do not understand why people still suggest it.
BASIC has horrible syntax and it's non-portable.
BASIC is so EWW!!!
#11
Posted 30 January 2012 - 09:19 AM
360: Captain Akuto
My signature makes all the ladies moist.
#12
Posted 30 January 2012 - 04:50 PM
Rumors of my demise have been greatly exaggerated.
#13
Posted 30 January 2012 - 11:52 PM

360: Captain Akuto
My signature makes all the ladies moist.
#14
Posted 31 January 2012 - 02:08 PM
Rumors of my demise have been greatly exaggerated.
#15
Posted 02 February 2012 - 02:56 PM
Object Oriented Programming. It means using Classes and Constructors, building a program around the idea that it is made up of objects that perform different tasks and communicate with eachother. BASIC fails at it.
Now I finally understand what Object Oriented Programming is all about.
You need to write a book.
Thank you.
#16
Posted 03 February 2012 - 03:18 PM
the downside is that flash is only used in web browsers and as far as actually running complex or demanding code, it pails in comparrison to languages that produce .exe files as an end result.
But seriously, I love flash because creating games in it feels so simple and intuitive, yet the code still has enough flexibility to create just about anything you can think of that isn't too demanding on hardware. And besides all that, it's a great start to OOP even if you move on to more complex languages in the future.
#17
Guest_ElatedOwl_*
Posted 03 February 2012 - 06:49 PM
Flash is actually moving to desktop. I believe adobe announced end of support for flash plugin for web (which is a good thing) because of HTML5 and lack of mobile support. Flash will still be around for AIR, though, and looks to be taking off with GPU support now.Learn flash as3! It's based around OOP as well and is relatively easy to learn compared to C, C++, or anything similar (at least it was for me.)
the downside is that flash is only used in web browsers and as far as actually running complex or demanding code, it pails in comparrison to languages that produce .exe files as an end result.
But seriously, I love flash because creating games in it feels so simple and intuitive, yet the code still has enough flexibility to create just about anything you can think of that isn't too demanding on hardware. And besides all that, it's a great start to OOP even if you move on to more complex languages in the future.
And for the record AS is loosely C based (perhaps based isn't the right word - it shares similar form with most curly brace languages).
#18
Posted 03 February 2012 - 07:39 PM
Hmm. that's interesting and I was unaware of that. I'm not at all familiar with HTML5 or even what it is capable of, but I'm skeptical to believe that it will replace flash on the web unless HTML5 is capable of producing high quality games mostly because the market for flash games is currently very strong and stable. I could definitely see flash being replaced in areas of the web not game-related, though.Flash is actually moving to desktop. I believe adobe announced end of support for flash plugin for web (which is a good thing) because of HTML5 and lack of mobile support. Flash will still be around for AIR, though, and looks to be taking off with GPU support now.
And for the record AS is loosely C based (perhaps based isn't the right word - it shares similar form with most curly brace languages).
#19
Guest_ElatedOwl_*
Posted 03 February 2012 - 07:56 PM
#20
Posted 03 February 2012 - 08:28 PM
makes me feel like its complicated just to complete basic tasks. I am very impressed by those capabilities, and it's clever how people make games like that, but the big question is, is it Object Oriented?