Search:

Type: Posts; User: Sessaru

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    6,764

    If your programming skills are flawless, then I...

    If your programming skills are flawless, then I understand you. Else, you're wasting time. A good game takes a lot of time and a lot of programmers to build it...
  2. Thread: Dll

    by Sessaru
    Replies
    3
    Views
    1,114

    I'm using Dev C++ as the integrated development...

    I'm using Dev C++ as the integrated development environement.
  3. Thread: Dll

    by Sessaru
    Replies
    3
    Views
    1,114

    Dll

    Can you give me an example of a simple .dll code? Or a noobie tutorial on how to create a .dll, please?

    I've already searched google, but I didn't find anything for begginers.
  4. Thread: Get string

    by Sessaru
    Replies
    2
    Views
    1,393

    Get string

    I'm new to C++ and I want to know how do I get a string from a text editor or an instant messanging window to analyze it after I get it.
  5. Thread: DevCpp Help

    by Sessaru
    Replies
    6
    Views
    1,323

    I get the following errors: 3: error: expected...

    I get the following errors:
    3: error: expected init-declarator before "using"
    3 error: expected `,' or `;' before "using"
    4: error: expected unqualified-id before '{' token
    4: error: expected...
  6. Thread: DevCpp Help

    by Sessaru
    Replies
    6
    Views
    1,323

    DevCpp Help

    I'm learning C++ at school on BC++. At home I use Dev C++ which is a little different from BC++. For example I have to add "using namespace std;" to use cout, cin etc.

    #include <fstream>
    int...
  7. Thread: Question

    by Sessaru
    Replies
    3
    Views
    920

    Question

    I'm new to C++ and I have 2 questions. I'm using Microsoft Visual C++ and I want to know why do I have to write "using namespace std;" everytime. In BC++ that's not necessary. After I build any...
Results 1 to 7 of 7