Thread: Basics in Pelles C

  1. #31
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Learn the Windows API and move into the current millenium. Here is a good console tutorial for windows. Programming requires work, you are going to actually have to make an effort here.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  2. #32
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Vxyz View Post
    So What should I do Now ?
    Nothing. Give it up, go home, have a nice cup of cocoa, you are utterly defeated and there is no chance you will ever be a good programmer... it's too late and you lose...

    For crying out loud... READ THE EFFING HELP FILE!

    Nobody writes console graphics anymore... it's slow, it's stupid, it's low res... and it's a total waste of time. Pelles C includes a full set of Windows headers and libs... If you want to write graphics use the Windows API in GUI mode... just like 99.999% of other Windows developers do.

    GEES! You have one of the most powerful compilers on the planet... Don't try to make it into something stone aged... explore it, learn, study... make the best of it.
    Last edited by CommonTater; 08-02-2011 at 01:36 PM.

  3. #33
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by AndrewHunter View Post
    Learn the Windows API and move into the current millenium. Here is a good console tutorial for windows. Programming requires work, you are going to actually have to make an effort here.
    And here's some stuff to get him started on Windows API...

    theForger's Win32 API Tutorial

    Windows SDK Archive

  4. #34
    Banned
    Join Date
    Aug 2011
    Location
    Ghaziabad, India, India
    Posts
    48
    Quote Originally Posted by CommonTater View Post
    Nothing. Give it up, go home, have a nice cup of cocoa, you are utterly defeated and there is no chance you will ever be a good programmer... it's too late and you lose...

    For crying out loud... READ THE EFFING HELP FILE!

    Nobody writes console graphics anymore... it's slow, it's stupid, it's low res... and it's a total waste of time. Pelles C includes a full set of Windows headers and libs... If you want to write graphics use the Windows API in GUI mode... just like 99.999% of other Windows developers do.

    GEES! You have one of the most powerful compilers on the planet... Don't try to make it into something stone aged... explore it, learn, study... make the best of it.
    Sir please refer me a free ebook of this compiler.

  5. #35
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Vxyz View Post
    Sir please refer me a free ebook of this compiler.
    Read the help file

    Now let me repeat that one more time for clarity...

    Read the help file

    Dear god... it's C ... which you claim to know... all you need now is the C-99 libarary documentation and you're off and flying... and that is all... guess where? In the help file!

    Why is this like pulling hen's teeth?
    What do people have against help files?
    Last edited by CommonTater; 08-02-2011 at 01:46 PM.

  6. #36
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    This thread is raising too much blood pressure and cant go anywhere good.

    Vxyz - Best do as suggested. Read the help files, or one of the millions of tutorials on the web.

    CLOSED

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling C++ on Pelles C....
    By CommonTater in forum C++ Programming
    Replies: 2
    Last Post: 05-27-2011, 07:56 PM
  2. how to write programs in pelles c??
    By Abhas in forum C Programming
    Replies: 13
    Last Post: 04-11-2011, 12:32 AM
  3. Pelles C Temperature
    By uneasybbj in forum C Programming
    Replies: 4
    Last Post: 11-23-2010, 01:51 PM
  4. help debugging in Pelles C IDE
    By gaurav9991 in forum C Programming
    Replies: 3
    Last Post: 10-30-2010, 07:15 AM
  5. Opinion on C99 ver. of Pelles C IDE?
    By Adak in forum C Programming
    Replies: 0
    Last Post: 03-13-2009, 07:27 PM