Search:

Type: Posts; User: kl3pt0

Search: Search took 0.00 seconds.

  1. Replies
    27
    Views
    6,166

    ok i got every thing running but im getting 2...

    ok i got every thing running but im getting 2 phrase errors at the very end now on line 320 and 327

    #include <stdio.h>
    #include <string.h>


    int classname(void) //gets charcter class
    {
    int...
  2. Replies
    27
    Views
    6,166

    oh opps i must have missed those when i re wrote...

    oh opps i must have missed those when i re
    wrote it
  3. Replies
    27
    Views
    6,166

    ok this is how i have fixed up my program it...

    ok this is how i have fixed up my program it compiles now but now when i run it i get a illegal operation
    #include <stdio.h>
    #include <string.h>


    int classname(void) //gets charcter class
    {...
  4. Thread: Help on Code

    by kl3pt0
    Replies
    3
    Views
    1,201

    you need to have #include and...

    you need to have


    #include <conio.h>

    and your statment
    printf("\nPlease Select a number between 0 and 5! \n\n",);
    doesnt need the \n at the start of the string
  5. Replies
    27
    Views
    6,166

    ya kow what im goingto go to bed and take this...

    ya kow what im goingto go to bed and take this think on in the moring with a clear head
  6. Replies
    27
    Views
    6,166

    will you post your code? cuz i seem to mess it up...

    will you post your code? cuz i seem to mess it up when it touch it
  7. Replies
    27
    Views
    6,166

    ok hers new code #include #include...

    ok hers new code
    #include <stdio.h>
    #include <string.h>





    char *food_name[12] =
    {
  8. Replies
    27
    Views
    6,166

    whoa class is already a var? oops ill change that...

    whoa class is already a var? oops ill change that and try it

    ok it didnt work......i dont know i think i hit it with some thing large and heavy
  9. Replies
    27
    Views
    6,166

    no its c\c++

    no its c\c++
  10. Replies
    27
    Views
    6,166

    ok the os is windows and the compilers is...

    ok the os is windows and
    the compilers is C++BUILDER COMMAND LINE

    i know my cide has alot of mess ups in it but im slowly working them out



    #include <stdio.h>
    #include <string.h>
  11. Replies
    27
    Views
    6,166

    ok i think i missed the memo

    ok when i compile my program i get errors like call to

    function 'printf' with no prototype in function main

    but i

    #include <stdio.h>

    so im lost plez help
  12. Replies
    3
    Views
    1,043

    yeah i dont think he found it funny at all but i...

    yeah i dont think he found it funny at all but i did :cool:
  13. with doing the arrays like that is there any...

    with doing the arrays like that is there any files that i need to include cuz its only accepting data in that format.....
  14. thanx thats what i needed and the color made it...

    thanx thats what i needed and the color made it 100 times better thanx alot

    ~kl3pt0~
  15. ok this is the type of array i need but i need to...

    ok this is the type of array i need but i need to be able to have my data in it

    i have 8 different 11x6 matrixs that i need to put in to one array
  16. yeah the reason i asked about how to clear screen...

    yeah the reason i asked about how to clear screen is because ever time i try
    system("cls"); it goes to the start of main()

    but now i have a final question for this thread i need to make a 3D int...
  17. wow look like you had fun editing and the reason...

    wow look like you had fun editing
    and the reason for there being pointless ints and no return at the end is because this is just the 1st part of my program

    i found another question is there a...
  18. ok sweet that worked now i have one more question...

    ok sweet that worked now i have one more question
    how can i check to make shure that what you input has no decimals would it be a stament like
    if (ID!=round(ID)) return (0); and if thats what i...
  19. ok i changed printf ("your section id is\n...

    ok i changed

    printf ("your section id is\n %s \n",*section_id[ID]);
    printf ("your class is \n%s \n",*class_name[class-1]);


    to


    printf ("your section id is\n %i \n",ID);
  20. ok i changed what you guys said to but it still...

    ok i changed what you guys said to but it still gives me part of one of the strigs, (null) or just blank heres the revised code tell me is theres any part i missed
    #include <stdio.h>
    main ()
    {...
  21. why does my program print off the wrong answers?

    ok my program is relitivly simple at the moment but i cant get it to print out what class and id that you select will some one show me what i did wrong??

    #include <stdio.h>
    main ()
    {
    char...
Results 1 to 21 of 21