Search:

Type: Posts; User: knight543

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds; generated 4 minute(s) ago.

  1. Replies
    2
    Views
    1,225

    btw

    i'm talking about the string to input stuff which is stra[80] or the pointer szInpute, i added e because i tried szInput as another variable but i deleted it and well i'm too lazy to delete the e...
  2. Replies
    2
    Views
    1,225

    Error with my text rpg

    Most annoying thing about programming is a bug i can't debug. maybe its just my computer. Well i've added my zip file with my files hopefully you'll be able to understand it.

    Well i started my...
  3. Replies
    1
    Views
    1,805

    Progress Bars

    I know how to make the normal progress bars. The thing i want to know is how to make those progress bars with a percentage in them and the progress bar is like it's getting filled up like
    Progress...
  4. Replies
    6
    Views
    3,060

    Detect when mouse over a control

    Could somebody please show me an example code how i can detect if the mouse is over my button or something else so i can change it. Thank you if you can help.
  5. Replies
    1
    Views
    1,569

    how do i do these things?

    I'm using win32 api
    Could anyone tell me how you make progress bars that are like install shield. And my other question is how should i check if the mouse is over like a graphic so i can make to...
  6. Replies
    8
    Views
    1,259

    Poll: Your game

    Your text game is alright but you should be able to look so you know how to get out. I made a text game that has a few more commands like get item give item and checking your inventory and it has a...
  7. Replies
    2
    Views
    880

    Does windows already have databases?

    Could anyone tell me if windows already has a database server installed like odbc because i want to use a database for my games. If there is please list as many as you can plz thanks?
  8. Replies
    3
    Views
    1,103

    I had the same problem too

    You gotta hope that someone has ported it to a compiler you can use else. I got smaug to work when i found a ported version for microsoft visual c++
  9. Replies
    5
    Views
    1,240

    How do i write a compiler

    Could anyone tell me how to write a compiler. If possible could anyone give me a link to writing a compiler preferably in c/c++. I decided i wanted to write a compiler just for the heck of it thanks...
  10. Replies
    12
    Views
    1,502

    online tutorials

    could u give me a good dos asm tutorial please?
  11. Replies
    12
    Views
    1,502

    online tutorials?

    It'd be good if it was online and if possible could anybody show me how to print out any of my variables & how to run my c/c++ functions
  12. Replies
    12
    Views
    1,502

    need asm tutorial

    Could someone please give me a good asm(assembly) tutorials.
  13. Replies
    2
    Views
    1,579

    using c/c++ with other languages(asm)

    Could anyone tell me how i could use c/c++ with other languages like asm or pascal and i'd especially like if anyone could give me tutorials on using asm and c/c++. or source code with asm inlined in...
  14. Replies
    2
    Views
    1,267

    oh i have that

    is it possible to make like a 3d object that i could load into my directx program and how do i do that with blender?
  15. Replies
    2
    Views
    1,267

    Program for making 3d graphics

    Could anyone tell me any programs that make 3d graphics like characters that are free if not can you just tell me the name of the software?
  16. Answer

    char secret[81] = {"megan"};
    cout<<"+--------------------+\n";
    cout<<"|What is your name? |\n";
    cout<<"+--------------------+\n\n";
    cout<<"\tPlease enter your name: ";...
  17. Replies
    3
    Views
    2,126

    Check out My Text Rpg Game

    This is my Text Rpg Game it's not totally a game yet
    but you can move around and it's taken about a week of work for about 2 hours each day. The commands are e or east n north south and west give...
  18. Replies
    1
    Views
    1,675

    Program It's only the map so far.

    This is The Pre-Alpha Version of my Rpg Text Game Using Multi-tasking.
    And I Don't Exactly Know Where To Start can you tell me but not too big because I can't change it all the time.
  19. Replies
    1
    Views
    1,675

    My Pre-Alpha Version Rpg Text Game

    This game is hopefully going to end up to be a DragonballZ Game.
    I've just finished the movement part of this game you are limited to a 10 by 10 area. I've used multi-tasking so your operating...
  20. Replies
    2
    Views
    1,225

    Correction

    <code>
    #include <iostream.h> // needed for cout and cin
    #include <fstream.h> // for File I/O
    #include <windows.h> // for Sleep and exit

    int i = 0;
    main()
    {

    char user[10], vuser[10],...
  21. Replies
    3
    Views
    1,152

    Maybe you should take this into general...

    Maybe you should take this into general discussion or look in visual c++ place if your really needing it i can't really help you.
  22. Replies
    3
    Views
    1,642

    bool Mystery(int k) //int k will be how many...

    bool Mystery(int k) //int k will be how many times the while loop runs
    {
    int n; // this integer will be where the input function cin stores
    // what the use enters in
    bool...
  23. Replies
    3
    Views
    1,642

    i Hope this isn't a real test

    bool Mystery(int k) //int k will be how many times the while loop runs
    {
    int n; // this integer will be where the input function cin stores
    // what the use enters in
    bool...
  24. Replies
    3
    Views
    1,152

    The great visual c++ IDE

    You mean by when you type something like strcat(
    and it comes up with in a yellow box char* strcat(char*, const char*);
    well if your halfway through the function and you switch to another window...
  25. Site on Making Common Controls like BUttons

    Can someone tell me how i can make my own custom controls like buttons?
Results 1 to 25 of 69
Page 1 of 3 1 2 3