Thread: Simple window program

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    20

    Question Simple window program

    Ok i'm my knowleg of c++ is not to big... enough to write simple consol programs. I need help with program that are a normal window in windows(damn,maybe someone will understand thatmy english is poor).

    Can anyone direct me or wirte simple tutorial how to make very simple window program in borland c++ builder 6.Just like two boxes for you to type number and butten that after pressing it program will show the sum in third box.Or can someone write that program and post it source code(maybe i'll learne it just from code).

    I'll be very greatefull for any help.

  2. #2
    Registered User
    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    92
    Windows programming is not the easiest thing to do. But if you are determined, I can recommend http://www.winprog.org/tutorial/
    That site has everything you need, I love it

    Good luck

    The Wazaa

  3. #3
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    You can't start off by programming in windows, windows is complicated enough even without c++. Try learning basic stuff with console applications, and then move on to windows...
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  4. #4
    Registered User
    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    92
    Actually, I began C++ with windows programming It was challanging, but if you know what a struct, a class and a pointer is you can manage it. Well, maybe you need some more stuff as well but you pick up that as you go.

    But I agree, its probably easier to learn stuff in the console first.

  5. #5
    Registered User
    Join Date
    Sep 2005
    Posts
    20
    I didn't count on such quick replay,thanks.

    Thanks for link to tutorial i've already start reading it.

    I know windows programing is not easy but i just want to give a try.I've got some basics(i hope enough,if not i'll be back to consol).

    O,and if someone had sometime to spare and write prog i asked for it would be great too i always like to have some source to look at

  6. #6
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Yeah, you must be pretty tough to start from windows. I can't imagine my beginings without DOS.
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  3. Making dialog box the only window
    By PJYelton in forum Windows Programming
    Replies: 2
    Last Post: 09-06-2005, 12:02 PM
  4. Damn Simple Window Program
    By C+noob in forum Windows Programming
    Replies: 13
    Last Post: 07-12-2005, 06:33 AM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM