Search:

Type: Posts; User: D3T

Search: Search took 0.01 seconds.

  1. you CAN do it because i have seen a stepper motor...

    you CAN do it because i have seen a stepper motor control porgram written in C++ [soz couldnt leech 4 u :D], and also PHP - which i believe is like macros that do certain things in c++ you can do $fo...
  2. Replies
    4
    Views
    1,842

    Cant Make heads or tails of .h files

    Can someone please tell me how the hell header files are structered... what im trying to achieve is the time as in what time it is wen the time functino is called...

    ie...



    cout << time();...
  3. Replies
    10
    Views
    2,784

    dunno.. maybe you could try using ...

    dunno..

    maybe you could try using


    #include <iostream.h>


    instead of just <iostream>
  4. try here ...

    try here

    http://www.traverse.com/people/poinsett/bcbcomm.html


    I searched for "Serial port header file c++" at google and this was the top of the list


    ... Had a look.. it uses serial port...
  5. Replies
    14
    Views
    1,146

    struct somestruct { int i = 1; int j = 3; } ...

    struct somestruct {
    int i = 1;
    int j = 3;
    }

    struct somestruct :: anotherstruct {
    int k = 2;
    int l = 4;
    anotherstruct { cout << i << k << j << l << ".";
    }
  6. Replies
    2
    Views
    938

    Hmms I was gunna suggest somthing like [i use...

    Hmms

    I was gunna suggest somthing like
    [i use borland turbo c++ 3.0 for dos]




    #include <iostream.h>
    #include "what_ever_else_u_need.h"
  7. Replies
    8
    Views
    1,835

    So sort of like quake 3... where the engine...

    So sort of like quake 3... where the engine extracts all teh .pk3 files and uses tem to run the game... so u can 'simply' make mods by changing the resource (in this case pk3) files?
  8. Replies
    3
    Views
    933

    Money

    Try making a simple money manager thing... i did.. learned a lot.. im a total newbi at c++ but now at least im a semi proficiant newbi...

    ... dunno what u wanna put in yours
    in mine i put a way...
  9. Thread: Color Variety

    by D3T
    Replies
    7
    Views
    2,971

    Can you do that repeatedly? like ...

    Can you do that repeatedly?
    like



    backgroundcolor(BLACK);
    clrscr();
    textcolor(RED);
    cout << "red";
    textcolor(BLUE);
  10. Thread: 2 quick questions

    by D3T
    Replies
    6
    Views
    1,126

    for the push any key to continue.. #include...

    for the push any key to continue..


    #include <conio.h> /* You will need this for getch(); */
    #include <iostream.h> /* and this for cout . you could use printf */
    {
    ...
    cout << "Push any key...
  11. Thread: New to C

    by D3T
    Replies
    13
    Views
    1,601

    Lucky me :))

    .. No really.

    This is really gunna sound a bit set up, bu:
    I found a copy of Borland C++ for DOS 3.0 - that my cuz left behind last time he was down here.

    Ok, so I'll grant that the software...
  12. Thread: New to C

    by D3T
    Replies
    13
    Views
    1,601

    New to C

    ..Hahaha. No really.

    Well. Im looking to get into C, (C++ maybe to), but out of the tutorials i have seen so far, few have i been able to understand (they tend to drop you straight in at the deep...
Results 1 to 12 of 12