Jump to content

Photo

Coding. What is a C? What do the pluses mean?


  • Please log in to reply
31 replies to this topic

#1 Aresem

Aresem

    Kilobyte

  • Members
  • 175 posts
  • LocationMichigan, the really white part outside Detroit. You know what, Detroit, let's say Detroit.

Posted 29 January 2012 - 12:13 PM

HOW DO?
Steam: Captainakuto

360: Captain Akuto

My signature makes all the ladies moist.

#2 Chukkzy

Chukkzy

    Kilobyte

  • Members
  • 157 posts
  • LocationGermany

Posted 29 January 2012 - 01:03 PM

C is the third letter of the alphabet, C++ is nerdlanguage and means as much as "C and the 2 followers", so C D E.

Always glad to help. ^_^
Posted Image

#3 LD50

LD50

    Mechromancer

  • Members
  • 2,053 posts
  • LocationDown the rabbit hole.

Posted 29 January 2012 - 01:28 PM

are you trying to work with C or with C++?

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 Aresem

Aresem

    Kilobyte

  • Members
  • 175 posts
  • LocationMichigan, the really white part outside Detroit. You know what, Detroit, let's say Detroit.

Posted 29 January 2012 - 05:07 PM

I'm not trying to work with either yet. The thread was vague, I get that, I get that, so here's what I'm wondering.

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.
Steam: Captainakuto

360: Captain Akuto

My signature makes all the ladies moist.

#5 SpleenBeGone

SpleenBeGone

    Deer Leader of the Goriest Revolution

  • Administrators
  • 14,951 posts
  • LocationHouston

Posted 29 January 2012 - 05:12 PM

Get Microsoft's Visual Studio, it's a pretty good framework, and there's a nice community. I just don't have the patients to learn it myself.
nmjUGDL.jpg

#6 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 29 January 2012 - 05:29 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.

Rumors of my demise have been greatly exaggerated.


#7 LD50

LD50

    Mechromancer

  • Members
  • 2,053 posts
  • LocationDown the rabbit hole.

Posted 29 January 2012 - 06:34 PM

There's no reason to learn BASIC, at all.

how else will the children learn to print out "Hello world!"?
THINK OF THE CHILDREN!

seriously, though, i agree

#8 Aresem

Aresem

    Kilobyte

  • Members
  • 175 posts
  • LocationMichigan, the really white part outside Detroit. You know what, Detroit, let's say Detroit.

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.
Steam: Captainakuto

360: Captain Akuto

My signature makes all the ladies moist.

#9 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 29 January 2012 - 07:21 PM

Don't forget to learn .NET if you're working with C#

Rumors of my demise have been greatly exaggerated.


#10 Zashiki_Warashi

Zashiki_Warashi

    Kilobyte

  • Members
  • 235 posts

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 Aresem

Aresem

    Kilobyte

  • Members
  • 175 posts
  • LocationMichigan, the really white part outside Detroit. You know what, Detroit, let's say Detroit.

Posted 30 January 2012 - 09:19 AM

Okay, so... I take it nobody likes BASIC. I can dig it, Brometheus.
Steam: Captainakuto

360: Captain Akuto

My signature makes all the ladies moist.

#12 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 30 January 2012 - 04:50 PM

There's just no room for code without true OOP principals anymore. It's inefficient.

Rumors of my demise have been greatly exaggerated.


#13 Aresem

Aresem

    Kilobyte

  • Members
  • 175 posts
  • LocationMichigan, the really white part outside Detroit. You know what, Detroit, let's say Detroit.

Posted 30 January 2012 - 11:52 PM

I have no idea what you just said :mellow:
Steam: Captainakuto

360: Captain Akuto

My signature makes all the ladies moist.

#14 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 31 January 2012 - 02:08 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.

Rumors of my demise have been greatly exaggerated.


#15 Zashiki_Warashi

Zashiki_Warashi

    Kilobyte

  • Members
  • 235 posts

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 bass cadet

bass cadet

    Byte

  • Members
  • 14 posts

Posted 03 February 2012 - 03:18 PM

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.

#17 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 03 February 2012 - 06:49 PM

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.

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).

#18 bass cadet

bass cadet

    Byte

  • Members
  • 14 posts

Posted 03 February 2012 - 07:39 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.

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).

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.

#19 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 03 February 2012 - 07:56 PM

http://www.youtube.c...h?v=mCjBxzaRwUM
pure javascript, html5 and css

#20 bass cadet

bass cadet

    Byte

  • Members
  • 14 posts

Posted 03 February 2012 - 08:28 PM

I'm very impressed, but this video


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?