CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rowan_bradley

Search: Search took 0.02 seconds.

  1. Re: How to solve error C2731: 'main': function cannot be overloaded

    You were right. There was a "hello world" version of main elsewhere in my code. It must have been in the sample file that I based it on. Now fixed - thank you.
  2. How to solve error C2731: 'main': function cannot be overloaded

    Why does the following code cause this error?



    //
    int main(int argc, char *argv[])
    {
    float current_temp;
    int i = 0;
    int j;
  3. Re: asitrack - the Desktop bug tracker designed exclusively for software development

    I still need an answer to this question. The reason is that when I was still evaluating bug tracking systems, I set up an Asitrack account and entered a number of bugs into it. Eventually I decided...
  4. Re: asitrack - the Desktop bug tracker designed exclusively for software development

    Does Asitrack have a way of exporting issues to Mantis BT? Or to any generally accessible format (e.g. CSV file, Excel file, database table etc.)?

    Thanks - Rowan
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured