Thread: After C Primer Plus... for fun

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2009
    Location
    Florida
    Posts
    15
    Quote Originally Posted by Masterx View Post
    your welcome well you know , the most precious thing that you have , is the time you are spending , so don't waste it . i think you are not a hardcore programmer , just some one who desires to learn programming for fun and not for business ! that said , you really should see what you are after not what you think might come in handy ! C# is great for everyone and ideal for beginners , because grasping the concept in c# is a lot easier to me compared to c++, c# is object oriented and has everything you can ever imagine. just make sure you don't waste your time on sth you wont be using much. im saying this because all of the hard chores you need to do in C++ to make a working application,most of the time is done easily in c#, (choose c++ unless you plan to work on driver/os programming unless go c#) trust me before going for c++, have a taste of C#, if you didnt like it go learn C++.
    by learning C# you can develop windows based application
    by learning C# you can develop web based application
    by learning C# you can utilize silver light !
    and etc
    c# gives you the power of going in any direction whenever you wish to ,as you can see you by learning C# you can get really productive in terms of programming , you wont regret it .

    i sincerely wish you success and hope you make the right decision !
    Those examples you have mentioned are interesting.

    And yes I am definitely a hobbyist. I am killing time in a temporary job, while waiting for my profession, and old job to call. Instead of watching a DVD I feel productive doing mental gymnastics.

    All I ever wanted to write was simple programs that help my life out with tiny things. But nothing real world (other than those textbook examples) seems to be simple. I.e. I figured I would write a proggy that reads my schedule from a PDF file, and filters data, then sorts it the way I want. I had no idea that understanding PDF files is a science. Then I figured I write something with a GUI. Learned that winapi is not just one missing chapter from the book I did. Next I figured I'd try and write a program that logs me into my company's RA automatically. Ohhh boy... So I am far from being able to do anything other than those practice examples. But the good thing is there is no pressure. I can walk away and take a break whenever.

    All that you wrote seems appealing. So I will definitely reconsider. Any C# book recommendation? I see there is a C# Primer Plus. I did like the C Primer Plus a lot.

  2. #2
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Huncowboy View Post
    Those examples you have mentioned are interesting.

    And yes I am definitely a hobbyist. I am killing time in a temporary job, while waiting for my profession, and old job to call. Instead of watching a DVD I feel productive doing mental gymnastics.

    All I ever wanted to write was simple programs that help my life out with tiny things. But nothing real world (other than those textbook examples) seems to be simple. I.e. I figured I would write a proggy that reads my schedule from a PDF file, and filters data, then sorts it the way I want. I had no idea that understanding PDF files is a science. Then I figured I write something with a GUI. Learned that winapi is not just one missing chapter from the book I did. Next I figured I'd try and write a program that logs me into my company's RA automatically. Ohhh boy... So I am far from being able to do anything other than those practice examples. But the good thing is there is no pressure. I can walk away and take a break whenever.

    All that you wrote seems appealing. So I will definitely reconsider. Any C# book recommendation? I see there is a C# Primer Plus. I did like the C Primer Plus a lot.
    i think ,now that you learned sth about C, you can read online tutorials on c#, and then if you needed any help go buy yourself a book .
    here check this out CSharp Practical learning



    again i just recommended you c#, because those jobs you wanted to program for can be done easily in c# compared to C++, when learning C# , you will notice that in order to make a great working gui or web application you dont have to be guru in programming .

    and oh by the way check this too this is one of the greatest beginners tutorial on visual c# , you wont regret it .i saw the videos and they were absolutely great . i really enjoyed them .


    Good luck and have fun
    Last edited by Masterx; 02-26-2010 at 11:25 AM.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  3. #3
    Registered User
    Join Date
    Nov 2009
    Location
    Florida
    Posts
    15
    Thanks a bunch!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Primer
    By gin in forum C++ Programming
    Replies: 2
    Last Post: 06-27-2008, 09:23 AM
  2. C++ Primer Plus
    By curt22 in forum C++ Programming
    Replies: 14
    Last Post: 07-09-2007, 07:19 PM
  3. the errata of <<C++ Primer, 4TH>>?
    By DollfaceYY in forum C++ Programming
    Replies: 2
    Last Post: 09-13-2006, 06:10 PM
  4. C++ Primer vs. Plus
    By gL_nEwB in forum C++ Programming
    Replies: 14
    Last Post: 05-09-2006, 07:01 PM
  5. A parent's primer to computer slang
    By Magos in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 02-20-2005, 11:21 PM