Thread: incorporating interfaces in my programs

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    incorporating interfaces in my programs

    hey, i'm decently fluent in c++ and am using a mac. but for some reason in all the books i read nothing was mentioned of incorporating my user interfaces with the program i wrote. i have no idea how to do this anyone got any good references? i mean like if i design an interface in photoshop how do i make my code incorporate with the gui. any help would be great.


    Mafia

  2. #2
    Grammar Police HybridM's Avatar
    Join Date
    Jan 2003
    Posts
    355
    and am using a mac.
    There's you're first problem. :P Only kidding.

    I'm sure Apple must have some equivalent to Microsoft's MSDN detailing application development for MacOS.

    And they do: http://developer.apple.com

    I'm not sure what you mean by designing a gui in photoshop, you can't do that. But you could design a skin for your app in photoshop I guess.
    Thor's self help tip:
    Maybe a neighbor is tossing leaf clippings on your lawn, looking at your woman, or harboring desires regarding your longboat. You enslave his children, set his house on fire. He shall not bother you again.

    OS: Windows XP
    Compiler: MSVC

  3. #3
    Registered User
    Join Date
    Jan 2004
    Posts
    2
    well ya i guess thats what i mean by creating a skin in photoshop, anyway i guess i'll have to start learning cocoa. thx for the response


    Mafia

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  2. Text engine
    By Death_Wraith in forum Game Programming
    Replies: 18
    Last Post: 11-15-2004, 07:44 PM
  3. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  4. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM
  5. Release MFC Programs & Dynamic MFC DLL :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 05-18-2002, 06:42 PM