Search:

Type: Posts; User: 666cos

Search: Search took 0.00 seconds.

  1. Thread: C project

    by 666cos
    Replies
    2
    Views
    1,343

    C project

    Hi im taking my first C course at technical college and weve been asked to do a project in C. somewhere along the lines of a multifunction calculator,....etc..... around a 1200 lines

    but, it...
  2. Replies
    4
    Views
    984

    #include int main() { //...

    #include <iostream.h>


    int main()
    {
    // local variables

    int First ;
    int Second ;
    char ch ;
  3. Replies
    4
    Views
    984

    Aritmetic string

    someone please help im desperate.

    now that thats out of the way.........

    im taking my first C++ class and i have no idea how you
    would implement 9+8*5-(6+7) = sum

    basically i want to...
Results 1 to 3 of 3