Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: Programing!?!?!

  1. #21
    Because the CLR (common language runtimes) have been ported to most platforms.

  2. #22
    Could you point me in the direction of a resourse I could use to learn about all this .NET bla bla bla craziness? a book or a website would be cool.

  3. #23
    These links should be a good starting point for you.

    http://msdn.microsoft.com/netframewo.../faq111700.asp

    Also here is a link to the MONO project. It's a .NET CLR port for *nix platforms.

    http://www.go-mono.com/

    Hope this helps! good luck!

    -sbg

  4. #24
    Senior Member Maestr0's Avatar
    Join Date
    May 2003
    Posts
    604

    Languages

    I wasn't implying VB was hard what I was saying is that it often is the introduction to bad codeing habbits. You basicly said it yourself... 'its easy' & blah blah blah. But I think it rather spoon feeds users alot. As I said before, it can make you lazy at times. Oh and im sorry but I still find that C has more in common with other languages than VB does.
    Bad coding habbits come from....well coding badly. You can do things the right way or the wrong way in any language. As for making you lazy VB was intented for RAD (Rapid Application Development) that is, making a working prototype quickly and for this I think it works quite well. If you would like to use C++ to code a GUI for a simple Win32 app go right ahead, you could also try to use COBOL to code a 3D Game engine, I don't give a **** but the fact is you need to use the right tool for the job, and for some jobs, VB is the right tool. And who cares what the language looks like? If you want it to look like C then use C for gods sake.

    -Maestr0
    \"If computers are to become smart enough to design their own successors, initiating a process that will lead to God-like omniscience after a number of ever swifter passages from one generation of computers to the next, someone is going to have to write the software that gets the process going, and humans have given absolutely no evidence of being able to write such software.\" -Jaron Lanier

  5. #25
    Banned
    Join Date
    Jul 2002
    Posts
    877

    Re: Languages

    Originally posted here by Maestr0
    I don't give a ****
    In that case why bring this back up after other things are now being talked about and it has been knocked down a page or two.

  6. #26
    IT Specialist Ghost_25inf's Avatar
    Join Date
    Sep 2001
    Location
    Michigan
    Posts
    648
    I took C++ in college and found it to be very easy to learn.
    S25vd2xlZGdlIGlzIHBvd2VyIQ

  7. #27
    I went c++ to java, and know it seems like everything just looks the same, just different. Figure that one out!

  8. #28
    Well i have learnt the following (in order from first to last):
    C, VB, HTML, Oracle, JS, JAVA. Each have their advantages and disadvantages.
    I want to learn:
    C# thing, waiting for more resources to be available.
    ASM, i have downloaded some good tutorials and ebooks, waiting to get some free time.

    The FACT that people ignore FACTS
    doesnt mean that FACTS are not FACTS

  9. #29
    hey gigabite I have found several really good resources for c#... www.csharphelp.com was one of the best... I've decided to go ahead and just start learning c and c++ cause I have found some very good resources concerning creating windows applications. If anyone is interested in this let me know so I can help get you started. Thanks for all your help everyone.

  10. #30
    Senior Member
    Join Date
    Dec 2002
    Posts
    125
    Dude, Java.

    I reccomend the book "Java Methods" by Maria Litvin and Gary Litvin

    And if you liked that, also check out "Java Methods AB" It has to do with Data Structures. This book is by the same authors.

    I started with VB and went on from there. It messed me up somewhat because everything was being done for me in a way. It was a pain in the ASS to look for that ONE METHOD YOU DIDN'T CAPITALIZE OR FOR THE ONE ";" YOU DIDN'T PUT IN BECAUSE YOU ARE SO USED TO VB PUTTING EVERYTHING IN FOR YOU! Damn VB...Damn Microsoft...Damn Bill..give me some money.

    But yeah, those two books are really good, check them out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •