Thread: graphics to html, to flash, to scripts, now on to programming!

  1. #1
    joymelody
    Join Date
    May 2005
    Location
    Atlanta
    Posts
    2

    graphics to html, to flash, to scripts, now on to programming!

    Hello everyone!

    I am new ofcourse to programming, but Im sure I can do it!, Ive been reading all of the awesome tutorials on here and I have an understanding. I have downloaded a compiler and have been inserting the code and I can see it work. Now, I really need to learn how to incorporate my abilities to create graphics and flash and put the prgram behind it, how in the world do I put it all together?

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    That's kind of a loaded question.... mind narrowing the topic just a bit?

    EDIT: And welcome

  3. #3
    joymelody
    Join Date
    May 2005
    Location
    Atlanta
    Posts
    2
    sorry,
    well I guess what Im doing is studying C++ now. I have been asked to take oop and intergrate it with flash. creating simulations and things like that. I understand that you place the code into a compiler then it creates an ex file. but how do you connent the application..with a graphical interface. for instace..photoshop i think is made with c++ , but how in the user interface connected to the actions and the code?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    You should spend a few months getting to grips with the C++ part first - for which simple command line programs are perfectly adequate.

    What you want to do also involves knowing a large amount about the win32 graphical API as well, and trying to learn both at once is going to be hard to say the least.

    Once you've got to grips with the actual C++, learning the API won't be that hard.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  2. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  3. flash media/ html
    By xddxogm3 in forum Tech Board
    Replies: 7
    Last Post: 12-31-2004, 06:15 PM
  4. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM