error CS5001: Program does not contain a static 'Main' method suitable for an entry point
-
Tried these...
public class Program {
static async Task Main()
{ }
}
static int Main()
{No luck , I'm afraid ...
-
Tried these...
public class Program {
static async Task Main()
{ }
}
static int Main()
{No luck , I'm afraid ...
I'm afraid you will have to learn basic syntax of C++ language. Get a good book and start going through it.
Mircea
-
Tried these...
public class Program {
static async Task Main()
{ }
}
static int Main()
{No luck , I'm afraid ...
-
Tried these...
public class Program {
static async Task Main()
{ }
}
static int Main()
{No luck , I'm afraid ...
That's C# code, not C/C++. You posted this in the wrong forum. But I see you already posted this elsewhere and received answers to it, so reposting this was redundant.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
That's C# code, not C/C++. You posted this in the wrong forum. But I see you already posted this elsewhere and received answers to it, so reposting this was redundant.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
Dave Kreskowiak wrote:
...so reposting this was redundant.
And completely unnecessary.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles