Search:

Type: Posts; User: dstrain42

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,900

    Xcode help- incomplete implementation.

    im supposed to be creating two objects in xcode and i cant for the life of me find where my aCar is incomplete implementation.


    //
    // aCar.m
    // carObject
    //
    // Created by Nicholas Smith on...
  2. Thread: Thank you:d

    by dstrain42
    Replies
    0
    Views
    843

    Thank you:d

    this is a fantastic forum and i would like to thank all of you for the help, keep up the good work!
  3. Replies
    3
    Views
    1,013

    i have a head ache :(

    i have a head ache :(
  4. Replies
    3
    Views
    1,013

    thanks i am just really tired completely spaced...

    thanks i am just really tired completely spaced my mind to define them XD, for those who are interested in the correct code here it is:



    /*
    *
    * Converts an input integer to another base....
  5. Replies
    3
    Views
    1,013

    "unresolved external error"

    please help!! :), just compile and see errors , this is for converting to octal,hex, and regular




    /* Include Files */
    #include <stdio.h>

    /* Constant Declarations */
    #define TRUE 1
  6. Replies
    10
    Views
    1,079

    thank you! sorry about the indentation i'm new to...

    thank you! sorry about the indentation i'm new to coding and still am trying to figure out the best way to indent it, very helpful grumpy :)
  7. Replies
    10
    Views
    1,079

    and its indented on my compiler just didnt copy...

    and its indented on my compiler just didnt copy over right
  8. Replies
    10
    Views
    1,079

    WARNING W8004 'gotit' is assigned a value that is...

    WARNING W8004 'gotit' is assigned a value that is never used in function main (on line 17)
  9. Replies
    10
    Views
    1,079

    my hair is on fire been coding since noon T.T

    my hair is on fire been coding since noon T.T
  10. Replies
    10
    Views
    1,079

    little help with nonassigned variable error

    this is a basic program for playing a number game where you get 6 guesses to find a number, however im getting an error for 'gotit' not being assigned to a variable that is used in the function main...
  11. thanks for all the views tho, i assume most of...

    thanks for all the views tho, i assume most of the people on here are students just learning C
  12. i got it :) #include int...

    i got it :)


    #include <stdio.h>
    int positive(int);
    int main(void)
    {
    int reply,num;
    printf("enter a number, if it is negative the reply with be 0 if it is positive your reply will be 1\n");...
  13. little help with nonassigned variable error

    hey i am working on some hw stuff and i wrote this code but it keeps giving me "reply is assigned to a variable that doesn't have a use in function main()" just quick help would be appreciated i have...
  14. Help with Calculator Program using Scanf, Printf, Float variables, and char vari.

    hello i am trying to write a simple program to calculate addition, subtraction, division, and multiplication; however when i execute my program it only gets to entering a Y or N for continueing...
Results 1 to 14 of 14