Search:

Type: Posts; User: tibu

Search: Search took 0.00 seconds.

  1. No experience with menus and calling functions... HELP

    I just finished my assigned programs that each draws a simple shape with the users desired character.

    Now I have to make a menu based on 6 printf's which lets the user pick which figure to draw...
  2. Replies
    3
    Views
    7,799

    Think I got it: #include ...

    Think I got it:



    #include <stdio.h>
    #include <stdlib.h>


    int main ()
    {int x, y, num;
  3. Replies
    3
    Views
    7,799

    Slight difficulty with hourglass shape program

    Hello. I've been trying to make an hourglass shape using any character the users inputs. I made the program but I can only make the top half of the hour glass with what i have right now. I just dont...
  4. Hmmm I have figured it out. If I start out with...

    Hmmm I have figured it out. If I start out with n=1 and I add 1 to n everytime the loop is run; from the number 1 to the number 5 are only 4 numbers and not 5. Therefore I have to start out with n =...
  5. Well you see my prof gave everyone a special...

    Well you see my prof gave everyone a special handout with the assignment itself that tells us how to do file processing. He didn't actually cover it in class.

    In teh handout he specified the code...
  6. Right now the only commands I know of(as in...

    Right now the only commands I know of(as in covered in class) are printf, scanf, While, do while, or, if, fscanf, fprintf, and thats about it. Well not counting the counters, and arithmetic commands....
  7. Ok, what does read 1 integer mean? Sorry but I...

    Ok, what does read 1 integer mean? Sorry but I don't think everyone realizes that this is the SECOND program I have ever done by myself so I am very very noobe at this. iwabee thanks for the help im...
  8. Wow, umm I kinda understand what you are saying...

    Wow, umm I kinda understand what you are saying but... You see I'm taking my FIRST programming and I don't know what an array is and how to loop through it.

    I'm assuming the array is the list of...
  9. Replies
    25
    Views
    4,249

    To calculate all that I believe(I'm new here so...

    To calculate all that I believe(I'm new here so don't quote me on it, just what I have learned till now) you would need something in the order of:



    printf (" The sum is %d\n", a+b+c+d);
    printf...
  10. Need advice on small detail of my programming project

    Hello. I am new to the forum but I hope i'll be very active since i'm starting with my programming classes and i'll need all the help I can get :D

    Anyway I have this project:




    And here's...
Results 1 to 10 of 10