My company insists to use MS products. So I am stuck with that. Here is my problem...
in .NET 2003
1. char *name = new char[256]; is valid but not in VStudio 6.0
2. bool isNeg = false; is valid but not in VStudio 6.0
3. double my_arr[3] = {0.3, 0.4, 0.8}; is valid but not in VStudio 6.0
I am trying to port some testing code into VStudio 6.0.
Is there some library Im missing? Ive included stdio, stdlib, math.
in .NET 2003
1. char *name = new char[256]; is valid but not in VStudio 6.0
2. bool isNeg = false; is valid but not in VStudio 6.0
3. double my_arr[3] = {0.3, 0.4, 0.8}; is valid but not in VStudio 6.0
I am trying to port some testing code into VStudio 6.0.
Is there some library Im missing? Ive included stdio, stdlib, math.