Search:

Type: Posts; User: daman

Search: Search took 0.00 seconds.

  1. Thread: advice

    by daman
    Replies
    2
    Views
    1,344

    advice

    Hi everyone.

    Im tryin to create a mobile phone transfer file for a text based organiser.

    i have to do the following.
    Ask the user for a filename to save the transfer data in.
    Any records that...
  2. Thread: Help Please!!!!!

    by daman
    Replies
    4
    Views
    1,134

    After it has prompted for the quarter sales it...

    After it has prompted for the quarter sales it doesnt do anything else. It's just blank screen.
  3. Thread: Help Please!!!!!

    by daman
    Replies
    4
    Views
    1,134

    Help Please!!!!!

    I have this bit of code but im not sure what is wrong with it.



    #include<stdio.h>
    #include<conio.h>

    int main()

    {
  4. Replies
    7
    Views
    1,166

    it is saying that the print f bit is an invalid...

    it is saying that the print f bit is an invalid indirection.
  5. Replies
    7
    Views
    1,166

    It still wont work and im not sure why. ...

    It still wont work and im not sure why.


    #include <stdio.h>
    #include <conio.h>

    # define MAX_SALESPERSON 50
    # define MAX_QUARTERS 4
  6. Replies
    7
    Views
    1,166

    ive altered the code but im still not sure wot is...

    ive altered the code but im still not sure wot is wrong!!!


    #include <stdio.h>
    #include <conio.h>



    void main()
    {
  7. Replies
    7
    Views
    1,166

    what is going on??????

    Im not sure what is wrong with this code.Could anyone help me.


    #include <stdio.h>
    #include <conio.h>



    void main()
    {
  8. Thread: Using a function

    by daman
    Replies
    1
    Views
    910

    Using a function

    I have a piece of code which has added up sales figures per quarter but now want to add up the sales figures for everything altogether.Would it look like this:

    ...
Results 1 to 8 of 11