Thread: Help needed in writing a c++ program!

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    3

    Help needed in writing a c++ program!

    Im new in C++ programming. Is it possible to write a program that has a main function which prompt the user for instruction like SetParameter etc. and it will open a new window for the SetParameter function which is already written as a class in the particular C++ program ?

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    yes.

  3. #3
    Registered User
    Join Date
    Feb 2009
    Posts
    3
    is there any functions or commands i can use for this c program? i have tried google for sample of this type of c program but to no avail ..

  4. #4
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Look, the way things work here is that you ask specific questions, if you want specific answers.

    If you post code, then we can make suggestions on how to make it better/correct.

    On what do you want to do SetParameter? It is a fairly generic term, and can apply to many different objects.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. Writing a Unix Search Program, some questions
    By Acolyte in forum C Programming
    Replies: 3
    Last Post: 09-23-2008, 12:53 AM
  3. Need some help with C program writing
    By The_PC_Gamer in forum C Programming
    Replies: 9
    Last Post: 02-12-2008, 09:12 PM
  4. Writing code for a program in C
    By Sure in forum C Programming
    Replies: 7
    Last Post: 06-11-2005, 01:33 PM
  5. redirection program help needed??
    By Unregistered in forum Linux Programming
    Replies: 0
    Last Post: 04-17-2002, 05:50 AM