Thread: C IDE using C and TCL/TK

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    1

    C IDE using C and TCL/TK

    hello, i need to make a C IDE using C and TCL/TK(for gui) on a UNIX system. Can anyone please tell me how to define the callback function for COMPILE button i intend to put on the gui i.e how can i link the gcc compiler with the COMPILE button i make on the gui?
    1 more button i am putting is for debugging. I have to make use of the GDB debugger. Can anyone please tell me how can i link the debugger with the DEBUG button ?
    Please help!!

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    I think you mean you want to write a C IDE in Tcl/Tk.

    Since this is a C programming forum, it may be that no one here knows enough Tcl programming to answer your question. They are two separate languages. You cannot use tk in C.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. TCL/Tk help please
    By ssharish2005 in forum Tech Board
    Replies: 1
    Last Post: 11-16-2007, 09:41 PM