Search:

Type: Posts; User: Mohammad Qasim

Search: Search took 0.01 seconds.

  1. What functionality should i add into my inventory/cash register program in C language

    Ok, so I am making this project that deals with saving input that is provided by the user in a txt file and also saving certain calculations into another txt file.
    Since that is done,
    Here are...
  2. Thanks a bunch guys! That solved my problem! :)

    Thanks a bunch guys! That solved my problem! :)
  3. Can someone help me with this simple C calculator program ?

    void Calc_Sales(void)


    {char o='o';
    int ch;
    float num1,num2;
    printf("Enter operator either + or - or * or divide : \n");
    scanf(" %c", &ch);
    printf("\nEnter two...
  4. Error in Compiling a C program in MSVS 2010 : 1 unresolved externals.

    Now i know, i need to define a function that is why this error occurs but i have checked this code many times and it still gives me the error.


    #include <stdio.h>
    #include <stdlib.h>
    #include...
  5. Replies
    4
    Views
    817

    As i said earlier, Thanks! :D

    As i said earlier, Thanks! :D
  6. Replies
    4
    Views
    817

    wow you are really grumpy. but thanks tho!

    wow you are really grumpy. but thanks tho!
  7. Replies
    4
    Views
    817

    Need help with a program in C.

    I was recently working on creating this inventory system for a shop in which all the elements the admin enters will be displayed in the output along with the provided details of the given product....
Results 1 to 7 of 7