User Profile

Collapse

Profile Sidebar

Collapse
bigbagy
bigbagy
Last Activity: Sep 11 '07, 02:00 PM
Joined: Nov 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bigbagy
    started a topic building an exe file for a c++ program.
    in C

    building an exe file for a c++ program.

    Hi :

    I would like to know weather it's possible for me to build an exe file for a c++ program.
    if so, please give it to me in steps.

    Thank you
    Bagy
    See more | Go to post

  • Hi Jai;
    I included it but it didn't work. Maybe because I'm currently working on windows not linux. Is it a problem if I try to compile it on windows?. please be patient with me until we compile it correctly.

    Thank you
    bigbagy...
    See more | Go to post

    Leave a comment:


  • Thank you Jai for helping me with this matter.There are tow error messages. Would you please have a look on them? . Because I tried to fix them, but I couldn't. Here are the messages:
    --------------------Configuration: Cpp1 - Win32 Debug--------------------
    Compiling...
    Cpp1.cpp
    1-(18) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_stri ng<char,struct...
    See more | Go to post

    Leave a comment:


  • Counting a text file words in C++ and C, using lists or hash tables

    Notes
    The programs will be compiled and tested on the machine which runs the
    Linux operating system. V3.4 of the GNU C/C++ compiler (gcc ,g++) must be used.
    A significant amount coding is needed for this assignment.

    1.Counting Words in C++

    Problem: Write an elegant C++ program to count the number of times each word occurs
    in a file. A word is defined as a sequence of characters surrounded...
    See more | Go to post
No activity results to display
Show More
Working...