Thread: Need ref for some C++ stuff...

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    12

    Talking Need ref for some C++ stuff...

    Hi,

    I have been learning basic C++ mainly dealing in data structures, excl templates.

    I am now trying to import pictures or edit text into colour into my output (onscreen) and havent got a clue how to start.

    Can anyone provide me with links to online tutorials etc or what ref bks i should be looking at.

    Tks a mill!

  2. #2
    Gronkulator of Surds littleweseth's Avatar
    Join Date
    Oct 2003
    Posts
    68
    look at the FAQ.

    Else, include conio.c and use textcolor (arg) (arg must be between 0-255)

    Windows API is good too, uses same values as textcolor.

    edit : windows CONSOLE API.
    Also does cursorlocation, things like that.
    Last edited by littleweseth; 11-11-2003 at 05:31 AM.
    Ph33r the sphericalCUBE ™

  3. #3
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    Yes, I agree, move to Windows Programming. Start here:

    theForger's Win32 Tutorial
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Tab key stuff. C+WinAPI is killing me. Please help.
    By Templario in forum Windows Programming
    Replies: 5
    Last Post: 11-21-2002, 03:35 PM
  2. arguments, directories and stuff...
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 06-26-2002, 05:46 PM
  3. Your stuff
    By smog890 in forum C Programming
    Replies: 6
    Last Post: 06-13-2002, 11:50 PM
  4. Linked lists and file i/o, and some other stuff
    By ninja in forum C++ Programming
    Replies: 9
    Last Post: 05-19-2002, 07:15 PM
  5. Stocks 'n' stuff...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-20-2001, 05:36 PM