Search:

Type: Posts; User: razorx360

Search: Search took 0.01 seconds.

  1. Need help with LNK1561 entry point must be defined

    I think it started showing this error message after i add another project into the solution.(Visual Studio)
  2. Replies
    4
    Views
    7,160

    Need help with this program! (Beginner)

    #include <stdio.h>
    #include<stdlib.h>
    #pragma warning (disable:4996)


    void main()
    {
    char name[20];
    char addr1[15];
    char addr2[15];
  3. Replies
    1
    Views
    10,037

    Can't work with full name!

    #include <stdio.h>
    #include <stdlib.h>
    #pragma warning(disable:4996)


    int main()
    {
    char name[50];
    int year1, year2;
    int age;
Results 1 to 3 of 3