Quantcast

Jump to content


Photo

[C#] Neopets Programming Lessons


  • Please log in to reply
54 replies to this topic

#26 L33T

L33T
  • 862 posts


Users Awards

Posted 11 December 2013 - 07:14 PM

Filled it out.

Ignore my availability stuff please!

 

You know there were multiple "additional information regarding x" boxes right? :p



#27 Nemecek

Nemecek
  • 52 posts

Posted 12 December 2013 - 07:05 AM

Can anyone give some background on why are there 3 C-programming languages? C/ C++ and C#? How similar are they? Which one is the most commonly used? Does C have any unique strengths?



#28 L33T

L33T
  • 862 posts


Users Awards

Posted 12 December 2013 - 07:11 AM

Can anyone give some background on why are there 3 C-programming languages? C/ C++ and C#? How similar are they? Which one is the most commonly used? Does C have any unique strengths?

 

C was the first. Then C#. Then C++. C# and C++ are the most commonly used today, with C still being incorporated in some programs. As far as unique strengths go, I don't know. Hopefully someone will strengthen / correct my answers.


Edited by L33T, 12 December 2013 - 07:11 AM.


#29 Dan

Dan
  • Resident Know-It-All

  • 6382 posts


Users Awards

Posted 12 December 2013 - 07:36 AM

Can anyone give some background on why are there 3 C-programming languages? C/ C++ and C#? How similar are they? Which one is the most commonly used? Does C have any unique strengths?

 

C was the first. Then C#. Then C++. C# and C++ are the most commonly used today, with C still being incorporated in some programs. As far as unique strengths go, I don't know. Hopefully someone will strengthen / correct my answers.

 

Wrong.

 

C, then C++, then C# (but C# is a bit different as the .NET framework is a big provider of most things you end up using).

 

This article explains the differences more succinctly and accurately than I could possibly put it: https://www.udemy.co...og/c-vs-c-vs-c/

 

However, there's one part that doesn't quite ring true:

 

 

 

If you learn C#, you can read and modify C and C++ code, as well as take up Java programming.


#30 L33T

L33T
  • 862 posts


Users Awards

Posted 12 December 2013 - 09:54 AM

Wrong.

 

C, then C++, then C# (but C# is a bit different as the .NET framework is a big provider of most things you end up using).

 

This article explains the differences more succinctly and accurately than I could possibly put it: https://www.udemy.co...og/c-vs-c-vs-c/

 

However, there's one part that doesn't quite ring true:

 

Interesting, I always thought C++ was the most up to date. Just goes to show you how little I know about programming.. so far (smirk).



#31 Nemecek

Nemecek
  • 52 posts

Posted 12 December 2013 - 10:03 AM

Wrong.

 

C, then C++, then C# (but C# is a bit different as the .NET framework is a big provider of most things you end up using).

 

This article explains the differences more succinctly and accurately than I could possibly put it: https://www.udemy.co...og/c-vs-c-vs-c/

 

However, there's one part that doesn't quite ring true:

 

Good Article, Thanks.



#32 jinq

jinq
  • 1554 posts


Users Awards

Posted 12 December 2013 - 01:23 PM

Filled the form, thanks for offering this.



#33 NapisaurusRex

NapisaurusRex
  • 🍴Aioli-American🍴

  • 9425 posts


Users Awards

Posted 12 December 2013 - 08:09 PM

I'm excited. I can feel my brain expanding with thinking.

#34 L33T

L33T
  • 862 posts


Users Awards

Posted 12 December 2013 - 08:10 PM



I'm excited. I can feel my brain expanding with thinking.

 

Programming is an excellent way to keep you sharp all the time.


Edited by L33T, 12 December 2013 - 08:11 PM.


#35 Adam

Adam
  • Coffee God


  • 4771 posts


Users Awards

Posted 12 December 2013 - 08:57 PM

Programming is an excellent way to keep you sharp all the time.

C#...# = sharp...lulz



#36 Scot

Scot
  • ≡^ᴥ^≡

  • 3935 posts


Users Awards

Posted 13 December 2013 - 10:38 AM

I trust you know which app was mine ;-)



#37 jinq

jinq
  • 1554 posts


Users Awards

Posted 13 December 2013 - 04:06 PM

Can anyone give some background on why are there 3 C-programming languages? C/ C++ and C#? How similar are they? Which one is the most commonly used? Does C have any unique strengths?

C and C++ are more lower level (deals with hardware and stuff). C # is more higher level and is not as flexible as the other two.

 

And I think C# is easier than C and C++ because you don't really use pointer and references in C# which could be confusing at times.



#38 Nonexistent

Nonexistent
  • 681 posts


Users Awards

Posted 13 December 2013 - 08:45 PM

C and C++ are more lower level (deals with hardware and stuff). C # is more higher level and is not as flexible as the other two.

 

And I think C# is easier than C and C++ because you don't really use pointer and references in C# which could be confusing at times.

C# is much more object oriented, almost like java

C is mainly procedural but I guess some oop principles still could be applied in the design

C++ is primarily object oriented but supports procedural styles also



#39 L33T

L33T
  • 862 posts


Users Awards

Posted 14 December 2013 - 10:17 AM

@Dan when do you think lessons will start?


Edited by L33T, 14 December 2013 - 10:40 AM.


#40 NapisaurusRex

NapisaurusRex
  • 🍴Aioli-American🍴

  • 9425 posts


Users Awards

Posted 14 December 2013 - 10:41 AM

@Dan when do you think lessons will start?

Don't pressure him! I'm not ready!

#41 L33T

L33T
  • 862 posts


Users Awards

Posted 14 December 2013 - 10:43 AM

Don't pressure him! I'm not ready!

 

asfjaskf Well hurry up :p. Nice sig btw



#42 NapisaurusRex

NapisaurusRex
  • 🍴Aioli-American🍴

  • 9425 posts


Users Awards

Posted 14 December 2013 - 10:45 AM

asfjaskf Well hurry up :p. Nice sig btw

I'm trying! Wanna learn things right though.

And thanks.

#43 Dan

Dan
  • Resident Know-It-All

  • 6382 posts


Users Awards

Posted 14 December 2013 - 10:48 AM

I trust you know which app was mine ;-)

 

Of course, of course...

 

C and C++ are more lower level (deals with hardware and stuff). C # is more higher level and is not as flexible as the other two.

 

And I think C# is easier than C and C++ because you don't really use pointer and references in C# which could be confusing at times.

You pretty much still use method pointers, but the main reason C# is simpler to learn than C & C++ is that you don't have to have such a focus on memory management - a lot of this is handled by the .NET framework for free.

 

C# is much more object oriented, almost like java

C is mainly procedural but I guess some oop principles still could be applied in the design

C++ is primarily object oriented but supports procedural styles also

There's no varying level of object orientation - a language either supports the object orientation concept or it doesn't. 

 

@Dan when do you think lessons will start?

 

Early January. Will send a PM about lesson plans etc later this week.



#44 Zoma

Zoma
  • 89 posts


Users Awards

Posted 18 December 2013 - 11:25 AM

Oh damn it, I can't do this because my english hearing is a crappest than writed! But this would be great to improve my english and learn something



#45 grapes

grapes
  • Waser Lave Fan

  • 403 posts


Users Awards

Posted 02 January 2014 - 02:54 AM

When do classes begin? :)



#46 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 02 January 2014 - 08:36 AM

When do classes begin? :)

 

I think Dan's away at the moment so probably not for at least another week.



#47 Adam

Adam
  • Coffee God


  • 4771 posts


Users Awards

Posted 02 January 2014 - 08:41 AM

I'll ask him on Facebook, will edit post upon information retrieval.

#48 Junsu

Junsu
  • 1566 posts

Posted 02 January 2014 - 06:37 PM

Oooo seems pretty cool. I thought most of NC's programs were coded in Python?
Also would prefer recorded sessions to watch them whenever instead of a specified time of the week



#49 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 02 January 2014 - 09:36 PM

Oooo seems pretty cool. I thought most of NC's programs were coded in Python?
Also would prefer recorded sessions to watch them whenever instead of a specified time of the week

 

They are, Dan prefers C# though because he has more experience in that language.



#50 Dan

Dan
  • Resident Know-It-All

  • 6382 posts


Users Awards

Posted 03 January 2014 - 11:02 AM

Hey guys and gals - sorry about the inactivity here, still on vacation in Texas. I'll send that PM around gauging interest again in a few days. I've been working on a bit of a lesson plan based on the responses I received and think I have something that should interest most people.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users