Thread: I dont know Windows API...

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    I dont know Windows API...

    In a year or so i will be graduating.. But i have no idea of any Windows Programming.. have worked only with pure c/c++ , web languages, scripting languages etc etc... It frightens me when i think about it.. What will i do without the knowledge of programming in Windows Environment.... I was always concentrating on methodologies, concepts, data structures, algorithm etc etc...


    When did you guys start Windows programming after you started to program.. and i doubt i have the time now to learn it seperately with all the college work and stuff...



    Any advice....
    thanx

  2. #2
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    I was always concentrating on methodologies, concepts, data structures, algorithm etc etc...
    You did the right thing. The Windows API isn't so hard once you've got your C/C++ fundamentals down.

  3. #3
    Registered User TravisS's Avatar
    Join Date
    Jun 2002
    Posts
    536
    I agree. I started looking at API stuff once I had worked with C for about 3 years. I certainly was no expert, and can't say I am now either, but I self taught myself Windows programming by using various web tutorials and examples.

    Just look around. I did that about a year ago, and hopefully there are better resources now.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Don't worry about it, you'll be okay.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    The library for Windows programming in .NET is very intuitive - I highly recommend it, but it's certainly not widespread enough yet for you to rely solely upon that in the professional world. In that case I would also echo TravisS about just finding a good tutorial of the library on Google or something like that. If you are familiar with pure C/C++ techniques Windows programming really won't be that hard.

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I was always concentrating on methodologies, concepts, data structures, algorithm etc etc...
    Good. Those things can be transferred between jobs more easily than skill using a proprietary API.

    >When did you guys start Windows programming after you started to program..
    I still haven't aside from little tidbits absorbed here and there. Amazingly enough, you don't have to be a Windows programmer to make a good living.
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. win32 api MDI windows
    By TheNewOne in forum Windows Programming
    Replies: 5
    Last Post: 03-20-2009, 09:11 PM
  2. Use windows API functions in a GTK+ program?
    By Jake.c in forum Windows Programming
    Replies: 19
    Last Post: 01-23-2009, 06:40 AM
  3. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  4. Windows messenger API
    By GanglyLamb in forum Windows Programming
    Replies: 0
    Last Post: 07-10-2005, 02:52 AM
  5. Future of Windows API programming ?
    By Dev in forum Windows Programming
    Replies: 7
    Last Post: 04-22-2003, 11:21 PM