Search:

Type: Posts; User: histevenk

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    4,423

    Thanks. Moving on.

    Thanks. Moving on.
  2. Replies
    9
    Views
    4,423

    Assembly Interupt in C++

    I wrote a piece of working assembly code and I am now trying to combine it with a c++ program. I have just figured out that dev-c++ can't handle interupts. How else can I get my assembly code into...
  3. Replies
    14
    Views
    2,653

    I've already been examing that site a bit. I...

    I've already been examing that site a bit. I think your the fourth one who gave it to me. It is coming in handy though.
  4. Replies
    20
    Views
    3,765

    Thanks everyone. I guess it's off to learn...

    Thanks everyone.

    I guess it's off to learn assembly then.:eek:
  5. Replies
    14
    Views
    2,653

    No need to fight. I'll go back and study the...

    No need to fight.

    I'll go back and study the basics a bit longer.

    Thanks.
  6. Replies
    14
    Views
    2,653

    Creating header files

    As part of one of my projects, I have to create a program that doesn't use any header files except ones that I created myself. Even cout and cin is out. i have looked through a few of the header...
  7. Replies
    20
    Views
    3,765

    I'm already examining that site.

    I'm already examining that site.
  8. Replies
    20
    Views
    3,765

    I already understand the booting process and I...

    I already understand the booting process and I know how I can make my system run as the primary system. The problem arises when I actually attempt to code the system. I don't know how I should begin.
  9. Replies
    20
    Views
    3,765

    I've read the c++ tutorialls on this site. I have...

    I've read the c++ tutorialls on this site. I have also wrote little practice programs and i believe that I understand the conscepts very well.

    What is Bootstrap?
  10. Replies
    20
    Views
    3,765

    Create an operating system

    I know it's an extremely large goal and will probably never happen but I would like to try. I would like to create my own operating system. I have already reaserched and planed everything. I just...
  11. Replies
    28
    Views
    5,903

    I know I am being a bit questioning but I have...

    I know I am being a bit questioning but I have another question for you. How would I go about creating my own library.
  12. Replies
    28
    Views
    5,903

    Thanks everyone.

    Thanks everyone.
  13. Replies
    28
    Views
    5,903

    I guess you should know that my overall project...

    I guess you should know that my overall project is an entire operating system. Thats why I need this command so that other programs can spawn off of mine. Probably the most difficult part is trying...
  14. Replies
    28
    Views
    5,903

    How portable is ShellExecute()?

    How portable is ShellExecute()?
  15. Replies
    28
    Views
    5,903

    Dev-C++ is the only compiler I ever used So I...

    Dev-C++ is the only compiler I ever used So I can't answer Your question.
  16. Replies
    28
    Views
    5,903

    IT WORKED! Thank you.

    IT WORKED!

    Thank you.
  17. Replies
    28
    Views
    5,903

    ShellExecute(NULL, "open",...

    ShellExecute(NULL, "open", "C:\\Dev-Cpp\\me\\1.exe", NULL, NULL, NULL);


    The program is still not opening and I get the following error
    196
    C:\Dev-Cpp\Me\dos.cpp
    [Warning] passing NULL used...
  18. Replies
    28
    Views
    5,903

    Give me a second to read through this. Thanks

    Give me a second to read through this. Thanks
  19. Replies
    28
    Views
    5,903

    ShellExecute(NULL, "open", "1.exe", NULL, NULL,...

    ShellExecute(NULL, "open", "1.exe", NULL, NULL, NULL);
  20. Replies
    28
    Views
    5,903

    I didn't get an error, but I also didn't get any...

    I didn't get an error, but I also didn't get any effect from the shell execute(); command.
  21. Replies
    28
    Views
    5,903

    Could you give me an example. I thought...

    Could you give me an example.

    I thought system could only be used toaccess things like "ping" that are commonly used in command prompt. I also read elsewere on this forum that system(); isn't a...
  22. Replies
    28
    Views
    5,903

    No, I mean, in a program you could have something...

    No, I mean, in a program you could have something like



    open(a_different_program.exe);


    and the other program would appear on the screen.
  23. Replies
    28
    Views
    5,903

    Starting a new program

    In a console based application, how do you run a new program without closing the original. For example I open a console version of microsofts "run". The program opens the new program you type in.
  24. Replies
    4
    Views
    1,255

    I've tried that but I always get an error saying...

    I've tried that but I always get an error saying

    undeclared (first use this function).
  25. Replies
    4
    Views
    1,255

    Creating a point

    I am brand new at C++ so please be patiant.

    How do you draw simple point on the screen?
Results 1 to 25 of 25