Search:

Type: Posts; User: plivermo

Search: Search took 0.01 seconds; generated 31 minute(s) ago.

  1. Thread: C or C++

    by plivermo
    Replies
    3
    Views
    1,064

    C or C++

    I'm about to finish my 2nd quarter of C.
    should I do more C or move on to ++?
    I would like to be good at both.
  2. Replies
    1
    Views
    980

    record pointers

    what do they do I dont get it
    :confused:
  3. Replies
    3
    Views
    1,828

    Borland TurboC++ compiler

    any problems using this version to learn on?
  4. Replies
    5
    Views
    2,127

    sort array by names

    I can sort numeric data,but dont understand how to sort string data. help please.
    Phil
  5. Replies
    5
    Views
    1,314

    which language best for my purposes?

    I am wanting to program mechanical equipment.
    I'm currently taking C,no big data bases needed.
    OK here are some basic examples
    Saw mill: (log size, board size needed, motor on/off)...
  6. Thread: fopen help

    by plivermo
    Replies
    1
    Views
    1,189

    fopen help

    fp=fopen("a:\7\71.txt","r"); what is wrong ?
  7. Replies
    3
    Views
    33,157

    int min; int hr; min=130; ...

    int min;
    int hr;


    min=130;


    while(min>60)
    {
    hr++;
  8. Replies
    9
    Views
    3,045

    I'm new but here's my 2 cents worth. try one...

    I'm new but here's my 2 cents worth.
    try one space between" and %s", and take the & out .
    TRY IT ONE TIME then call me any name that comes to mind.
    good luck.
  9. Replies
    2
    Views
    3,247

    fprintf help ,my print outs wont line up

    I need some tricks. I'm a student and I cant get the output of my C programs to line up in colunms.
    Using Turbo C and a dot matrix printer.
Results 1 to 9 of 9