Search:

Type: Posts; User: jpad687

Search: Search took 0.01 seconds.

  1. Thread: scanf

    by jpad687
    Replies
    3
    Views
    1,567

    Thanks, that worked just as well. What is that...

    Thanks, that worked just as well.

    What is that scanf anyway and how is it different from the cin line?
  2. Thread: scanf

    by jpad687
    Replies
    3
    Views
    1,567

    scanf

    Can I change the scanf line in my program to a cout/cin line?
    What does scanf do anyways?

    here is the line:

    scanf("%d",&number);

    the program uses pass by pointer and function to accept a...
  3. Thread: turtles

    by jpad687
    Replies
    1
    Views
    1,023

    Turtles is really (Turtles.h). It is a header...

    Turtles is really (Turtles.h).

    It is a header file to let the C++ programmer use the Turtle drawing board.

    The drawing board is an "object."

    You basically use it to draw shapes.
  4. Thread: Is This right?

    by jpad687
    Replies
    1
    Views
    951

    Is This right?

    Will this work? If not how can i fix it?

    /* A program to input a word and draw and Chinese character
    for the given word.*/

    #include “GUIObj.h”
    #include “Turtles.h”
    #include <string.h>
    ...
  5. Replies
    0
    Views
    1,077

    Help with Program

    Can anyone help with this particular program that I have to write using GUI and Turtle, (which I only have access to at school with the Borland C++ 5.0).

    In class we have gotten to the topic of...
  6. Replies
    3
    Views
    1,846

    Zach, I did that and the error message that came...

    Zach, I did that and the error message that came up was that it could not find the path to specified source.

    I do know that I downloaded it properly and it was unpacked properly...other than...
  7. Replies
    3
    Views
    1,846

    GUIObj.h and Turtles.h

    I typically have to write small programs for homework in my Intro to C++ class and the text book we use was written so that the programs can be compiled and run on Borland C++ compiler. The Borland...
  8. Replies
    6
    Views
    993

    yep, thanks though, I got the program to compile...

    yep, thanks though, I got the program to compile and run error free using the nested if statements, but I was trying to simplify it using the switch statement, I wrote a previous program for homework...
  9. Replies
    6
    Views
    993

    Thanks, I am having trouble with declaring the...

    Thanks, I am having trouble with declaring the identifiers, it is the main thing that I get stuck with when writing code....it never fails that I will have trouble with that.
  10. Replies
    6
    Views
    993

    Help with program.

    Please, some one help. I am stuck with this simple program. I am taking the intro to C++ programming course at sschool and my homework assignment calls for me to write a program. I know this may be...
Results 1 to 10 of 10