Compiling my source file with VStudio 2005

Hi guys i'm an new VStudio user and i've an doubt about as i can it compile my source file using the VStudio 2005. I created an simple source code for it test, but i not find the option for compiling the file.

Someone can help me





Answer this question

Compiling my source file with VStudio 2005

  • mikeroberts23

    Junio,

    For help with this code, please try the Visual C++ Forums.

    -Tom Meschter
    Software Dev, Visual C# IDE



  • LucVK

    Hi!

    It can compile, run and debug. Check Debug menu and look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=304751&SiteID=1



  • graphicsxp_too

    yes, an error in choosing C#. The source code is C.

    you might get this to compile with the C++ compiler.



  • bonskijr

    But my friend I tryed it compile this file using the F5, and no obtain none resulted look for this.

    #include <stdio.h>

    int main()

    {

    int x,y;

    double percent;

    x = 100;

    printf("\nType one value for calculating your percent:\n")

    scanf("%d",y);

    percent = y/x;

    printf("%lf",percent);

    return(0);

    }

    I'm using the Visual C# source file, i'm making an errour on my choice



  • Compiling my source file with VStudio 2005