Search:

Type: Posts; User: MartijnG

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    3,393

    So let me get this straight. You think it isn't...

    So let me get this straight. You think it isn't possible to become a decent C++ programmer (for hobby projects, that is - things like simple games and a few applications to test my skills) using only...
  2. Replies
    15
    Views
    3,393

    So are you advising to learn the basics, and...

    So are you advising to learn the basics, and every time I learn something new, to write write write until I understand it fully and I can create and solve related things by head? And to then move on...
  3. Replies
    15
    Views
    3,393

    Best ways to learn

    Hi,

    I'm kind of new to C++. I've once 'learnt' the basics using tutorials, but I can't reallt program anything. Anyhow, I'd like to really learn it good to eventually write some simple games.
    ...
  4. Thread: Dont know why

    by MartijnG
    Replies
    7
    Views
    1,301

    I noticed something on your code: ...

    I noticed something on your code:


    #include<iostream>
    #include<conio.h>
    #include<cctype>
    #include<string>
    #include<stdlib.h>
    #include<fstream>
    #include<iomanip>
  5. Replies
    8
    Views
    2,572

    No, I haven't got anything yet, because I don't...

    No, I haven't got anything yet, because I don't know how to ;)
    But I'll watch the content of the link given above, thanks!
  6. Replies
    8
    Views
    2,572

    I don't know, but if so, I'm willing to learn...

    I don't know, but if so, I'm willing to learn DirectX ;)
  7. Replies
    8
    Views
    2,572

    I'm using Dev C++ on a Windows XP machine....

    I'm using Dev C++ on a Windows XP machine. Sometimes I use M$ Visual C++. As graphic library I use OpenGL.
  8. Replies
    8
    Views
    2,572

    Microphone input

    Hi all,

    I was thinking about somethings, and I wandered if it is possible to speak text in a microphone, and store it in some kind of var, or show it live on-screen. Is this possible with C++?
    ...
Results 1 to 8 of 8