Search:

Type: Posts; User: Mona777

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    953

    Thanks very much Mats :O)

    Thanks very much Mats :O)
  2. Replies
    2
    Views
    953

    file is needed to run an executable

    Hi All,

    I sent a friend of mine an executable file of my program to run on his PC but he couldn't. Is there a dll file that he needs to run it , and if so which one? He doesn't have visual studio....
  3. Replies
    11
    Views
    2,203

    Thanks ever so much for your time :O)

    Thanks ever so much for your time :O)
  4. Replies
    11
    Views
    2,203

    Thank you very very much. I added std::string but...

    Thank you very very much. I added std::string but it crashed again however I allocated char array and it worked.
    If I may ask you another question: Why is the memory read only with char...
  5. Replies
    11
    Views
    2,203

    sorry it has some glut and openGL stuff too :O) ...

    sorry it has some glut and openGL stuff too :O)


    #include <windows.h>
    #include <gl\glut.h>
    #include <gl\gl.h>

    #include <stdio.h>
    #include <stdlib.h>
  6. Replies
    11
    Views
    2,203

    Thank you. I just did that, changed ...

    Thank you.
    I just did that, changed <string.h> to <string> and also changed void main to int main.
    Now it lets me input a name but when I press return it craches :O)
  7. Replies
    11
    Views
    2,203

    Thank you for your message. I just wrote your...

    Thank you for your message.
    I just wrote your suggestion stdin.getline instead of getline but got this message:
    error C2228: left of '.getline' must have class/struct/union

    then I tried
    using...
  8. Replies
    11
    Views
    2,203

    reading a string from keyboard

    Hi,
    I have a little problem. I'm trying to read a character string from the keyboard. So I have put:


    #include <iostream>
    #include <string.h>
    using namespace std;

    void main(int argc,...
Results 1 to 8 of 8