Thread: A Student who needs help

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    3

    A Student who needs help

    do anybody know how to create a graph in turbo c++ v.3??
    and why does my #incluse <stdio.h> doesnt work even if its in a sample in turbo c++. pls help thanks

  2. #2
    Registered User
    Join Date
    Dec 2006
    Posts
    14
    Quote Originally Posted by Phazawhy View Post
    do anybody know how to create a graph in turbo c++ v.3??
    and why does my #incluse <stdio.h> doesnt work even if its in a sample in turbo c++. pls help thanks
    its #include" my friend not "#incluse".
    if problem persist, confirm stdio.h file in /include directory.

    You can get a sample graph program in /examples drectory as barchart.c

  3. #3
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    How about dumping Turbo C++ and using a more modern one?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Updating in a sequential file?
    By Ronnyv1 in forum C Programming
    Replies: 1
    Last Post: 03-24-2009, 04:41 PM
  2. Database assignment is Killing me!
    By Boltrig in forum C Programming
    Replies: 2
    Last Post: 11-29-2007, 03:56 AM
  3. LinkList Sorting in C
    By simly01 in forum C Programming
    Replies: 3
    Last Post: 11-25-2002, 01:21 PM
  4. Creating a student grade book-how?
    By Hopelessly confused in forum C Programming
    Replies: 5
    Last Post: 10-03-2002, 08:43 PM
  5. A few tips please...
    By gems in forum C++ Programming
    Replies: 4
    Last Post: 04-11-2002, 02:28 PM