Thread: C++ Graph implimentation

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

    Smile C++ Graph implimentation

    Hey, can anyone tell me, how to build "RC time constant" graph in C++?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    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.

  3. #3
    Registered User
    Join Date
    Aug 2011
    Posts
    3
    but i want a c++ program to make graph of RC time constant, using C graphics......

  4. #4
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    There are no "C graphics". Or even "C++ graphics".

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > but i want a c++ program to make graph of RC time constant, using C graphics......
    So that's the best you can do on "Be precise and informative about your problem".

    Think about what it is you're asking, and how everyone here does NOT have some magic crystal ball to guess what you're up to (or even what you're capable of). Posting 1-line demands for an answer on a plate just isn't going to work.
    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.

  6. #6
    Registered User
    Join Date
    Aug 2011
    Posts
    3
    ok. I have made a C program for RC circuit, charging-discharging voltage and current. now my sir tells me to make graph in your program. i have searched it too
    from google. but found that windows.h file is not there in my TC directory. So can you help me for that both, windows.h header file & graph for RC time constant........

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need help with sin(x) and bar graph
    By SuPaNooB in forum C Programming
    Replies: 6
    Last Post: 10-07-2007, 01:01 AM
  2. FMOD implimentation, how'd you do it?
    By Jeremy G in forum Game Programming
    Replies: 10
    Last Post: 06-12-2004, 12:04 AM
  3. Graph
    By fkheng in forum C Programming
    Replies: 8
    Last Post: 07-05-2003, 10:57 PM
  4. Graph possible for c++ ??
    By joeyzt in forum C++ Programming
    Replies: 2
    Last Post: 06-28-2003, 08:00 PM
  5. Implimentation of viewing system probs
    By gazsux in forum Game Programming
    Replies: 0
    Last Post: 03-13-2003, 04:25 PM