Search:

Type: Posts; User: funkl3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    943

    Error with external symbol?

    For some reason I keep getting the following error:
    error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup

    I'm sure it's a quick fix but I can't find a way...
  2. Replies
    5
    Views
    1,306

    he only changed a couple of sections of the code...

    he only changed a couple of sections of the code and it's not like the program was completed because of it. I did understand the changes he made although there was no explanation. I just needed some...
  3. Replies
    5
    Views
    1,306

    Can someone check my program?

    I'm missing something really easy but I can't figure out what.

    The identifiers are not picking up.



    #include "stdafx.h"
    #include "stdlib.h"
    #include <iostream>
    #include <cmath>
  4. Replies
    11
    Views
    1,527

    I'm not a C Major I'm going for a logistics major...

    I'm not a C Major I'm going for a logistics major and its just a requirement and I honestly have never understood the language and I've tried learning it.
  5. Replies
    11
    Views
    1,527

    #include "stdafx.h" #include ...

    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <cmath>
    #include <stdlib.h>

    using namespace std;

    struct employee
    {
  6. Replies
    11
    Views
    1,527

    #include "stdafx.h" #include ...

    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <cmath>
    #include <stdlib.h>

    using namespace std;

    struct employee
    {
  7. Replies
    11
    Views
    1,527

    OK I'll take your advice and work on it and post...

    OK I'll take your advice and work on it and post back in a little bit. Thank you so much
  8. Replies
    11
    Views
    1,527

    #include "stdafx.h" #include ...

    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <cmath>
    using namespace std;

    struct employee
    {
    int eid [50];
    int esal [100];
  9. Replies
    11
    Views
    1,527

    Please help with struct

    I have to construct a problem using struct and it's due pretty soon. I had 2 finals yesterday and didn't realize this one was due so soon. I know this is completely unethical but I'm pretty...
Results 1 to 9 of 9