Thread: I guess I've finally learn to appreciate! My rants!

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    41

    I guess I've finally learn to appreciate! My rants!

    Hi,

    After medding around with C, linux, (and a little bit of sockets), I've realize that I'm always taking things for granted.

    It takes so much work to write a proper and solid application. You have to manage memories, control buffers, pointers, etc etc etc.

    It takes so much work just to send a string of text from a client to a server. You also have to "spawn" child processes to ensure the server will be able to handle clients simultaneously, etc etc..

    I've used VB6 to develop simple applications. Client/Server apps? No problem. Use vb6's winsock control. Drag and drop, type in a few lines. Viola! Making things work using VB6 is quite a fulfilling experience; When you just sit back and drool at the fancy app that you just "created". God knows how much work has window "covered" for us.

    I've developed internal web applications for a few companies 1,2 years ago using classic ASP/MSSQL & PHP/MySQL. It's simply convert business logic to scripts. Plan, script, debug, test, rollout. Viola. It works. I don't have to be too concerned about number of connections, the very low level processes, etc etc etc

    After the web development term I'm out for computing for a year.

    Playing around with C/nix/sockets is a relevation. I've been taking development for granted until I began meddling with C.

    After my current contract ends in about a year's time, I guess I need to take up a degree course to further enhance my understanding with computers?.
    If I'm able to turn back time, I would learn C as my first language.

  2. #2
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    you think using C/sockets/linux is a revalation? try ASM ;-)
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Do you ever try to learn too much?
    By Stonehambey in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-17-2008, 07:55 AM
  2. Looking to learn C++
    By Fuzzy91 in forum C++ Programming
    Replies: 40
    Last Post: 04-13-2006, 02:38 AM
  3. can u guess my number?
    By strider496 in forum C Programming
    Replies: 16
    Last Post: 03-22-2005, 10:19 PM
  4. Trying to learn...C++ in VS .net
    By drez in forum C++ Programming
    Replies: 13
    Last Post: 07-27-2003, 09:40 AM
  5. Help Me
    By Beatdat in forum Game Programming
    Replies: 1
    Last Post: 07-21-2003, 07:43 AM