Search:

Type: Posts; User: sayword

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,072

    thanks buddy

    thanks buddy
  2. Replies
    4
    Views
    3,072

    free c++ compiler?

    hey i was wondering if anyone had a link to a free compiler


    and i was wondering if c++ compilers work with textpad.. we are using that for java programs in my school so it would be easier to...
  3. Replies
    5
    Views
    1,000

    whoa man, thanks, something so simple :-)...

    whoa man, thanks, something so simple

    :-) thanks buddy
  4. Replies
    5
    Views
    1,000

    ok i did what you guys said, but it still dies...

    ok i did what you guys said, but it still dies right after i enter in both fractions, and i dont know why
  5. Replies
    5
    Views
    1,000

    my program keeps dieing on me please help

    Hello, well this program involves 2 self made header files and the main program file. its supposed to perform mathmatical operations with fractions, but after it promps and scans in the numbers from...
  6. Replies
    4
    Views
    1,484

    well this is the interface header file ...

    well this is the interface header file



    #include <iostream.h>
    #ifndef fraction_h
    #define fraction_h

    class numbers
    {
  7. Replies
    4
    Views
    1,484

    Help please :-)

    Hey im having trouble, this is only the second program ive dont in c++, anyhow, its a group project for school dealing with math with fractions, here is the code for my header file:


    ...
  8. Thread: constructors?

    by sayword
    Replies
    3
    Views
    1,158

    constructors?

    Im having trouble, what exactly is a constructor?
  9. Thread: quick question

    by sayword
    Replies
    2
    Views
    834

    oh thanks i kept doing num (float) / 25

    oh thanks i kept doing num (float) / 25
  10. Thread: quick question

    by sayword
    Replies
    2
    Views
    834

    quick question

    lets say you have a bunch of ints, and you want to find the average in a float, so you add them all together and divide by how many (25 in my case), but like do i need to cast the int to a float...
  11. Replies
    13
    Views
    1,394

    thanks, question, what is bool?

    thanks, question, what is bool?
  12. Replies
    13
    Views
    1,394

    ok, another problem, lol this function is...

    ok, another problem, lol

    this function is supposed to put the link list in order but it doesnt work



    void order()
    {
    int temp;
    cptr = hptr;
  13. Replies
    13
    Views
    1,394

    :-D you kick ass!! thanks alot

    :-D you kick ass!! thanks alot
  14. Replies
    13
    Views
    1,394

    mkay, i fixed those, but my display function...

    mkay, i fixed those, but my display function doesnt work at all :-( anyone know why thanks for all your help guys/girls
  15. Replies
    13
    Views
    1,394

    thanks :-)

    thanks :-)
  16. Replies
    13
    Views
    1,394

    thanks, well i did that ...

    thanks, well i did that



    printf("0000\n");
    hptr->num = rand() % 99 + 1;
    hptr->next = NULL;
    printf("111111\n");
  17. Replies
    13
    Views
    1,394

    Help me please :-)

    Ok, basically this program is supposed to put 25 random numbers into a link list, then put them in order, print them out in order, then print the sum and average, it allows me to compile it, but when...
  18. thanks buddy :-)

    thanks buddy

    :-)
  19. Help me with a program involving structs and struct pointers?

    I am having a little problem with this program


    #include<stdio.h>

    void printstruct(struct patient *, int);

    struct patient
    {
    char id[8];
  20. Replies
    23
    Views
    6,851

    gettting to knooow yoou

    so.. aside from everyone bein comp nerd \m/ what else do you all like doing? what kinda music do you like? where you from? how old are you?
  21. Replies
    8
    Views
    2,080

    couldnt you always use strnlen(Nameofstring)?

    couldnt you always use strnlen(Nameofstring)?
  22. Thread: Conditionals

    by sayword
    Replies
    6
    Views
    1,835

    because everyone knows there are only 52 playin...

    because everyone knows there are only 52 playin card, D'UH lol just kiddin
  23. I have used the search, but cant find an answer

    everyone is telling me that void main() is wrong, thats what my teacher told us to use, so im just wondering why everyone says its wrong? all the programs i have done so far have worked with void...
  24. Replies
    14
    Views
    3,883

    ha thanks cause i was gonna just make a topic...

    ha thanks cause i was gonna just make a topic asking how to post a code in a neet fasion, thanks brotha
  25. Replies
    14
    Views
    3,883

    oh lol, i was printing out the wrong element, i...

    oh lol, i was printing out the wrong element, i tried to print the area code from the string and not the int acode, everything else was fine, thanks tho guys
Results 1 to 25 of 33
Page 1 of 2 1 2