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

Search:

Type: Posts; User: Omin

Search: Search took 0.04 seconds.

  1. Re: LINK : fatal error LNK1104: cannot open file 'ÿþ/.exe'

    I've tried the first link already. and of course, tried googling it for hours. havent found a solution yet
  2. LINK : fatal error LNK1104: cannot open file 'ÿþ/.exe'

    Suddenly I started getting this error below. I'm using visual studio 2010 professional and it worked fine till today. I get this error for everything. projects that used to compile perfectly before...
  3. Replies
    7
    Views
    5,895

    Re: how do you keep window open?

    system ("PAUSE"); with capital PAUSE worked as well as setting a breakpoint.

    Thanks for the help everyone
  4. Replies
    7
    Views
    5,895

    how do you keep window open?

    the program closes before I can check the output. why isnt it keeping the window open?



    #include "std_lib_facilities.h"

    int main()
    {
    vector<double>temps;
    double temp;
  5. Replies
    3
    Views
    815

    Re: noobie question: how to use char?

    wow ive been trying to figure this out for the longest time. Thanks for the help and i will do what you said from now on.
  6. Replies
    3
    Views
    815

    Re: noobie question: how to use char?

    errors i got was
    1>c:\users\****\documents\visual studio 2010\projects\drill\name_age\name_age\name_age.cpp(19): error C2065: 'm' : undeclared identifier
    1>c:\users\****\documents\visual studio...
  7. Replies
    3
    Views
    815

    noobie question: how to use char?

    here's a simple code i'm trying to write. im suppose to "declare a char variable called friend_sex and initialize it's value to 0. prompt the user to enter an m if the friend is male and an f if the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured