Search:

Type: Posts; User: Panarchy

Search: Search took 0.01 seconds.

  1. Include syntax-highlighting for Tutorial Pages

    Using toHTML, I created the following, from Lesson 15;



    <html>
    <HEAD>
    <meta http-equiv="name" content="C and C++ game programming">
    <meta name="keywords"
    content="C++ programming,...
  2. Full Code

    Just having a look at this topic for reference about searching files through fstream, the code looks quite nice here, and I now understand the concept.

    Thanks!

    Also, I noticed that the full...
  3. The first icon in your resource file will be used...

    The first icon in your resource file will be used as the icon of the executable. You'll have to create your resource file manually though, AFAIK Code::Blocks does not have a dialog for it like...
  4. Hello Everyone. Thanks for all your help over...

    Hello Everyone.

    Thanks for all your help over the topics.

    Here's an update;

    I fixed the command-prompt window from appearing by installing Code::Blocks on an XP virtual machine, creating a...
  5. Hello I've finished over 80% of my program....

    Hello

    I've finished over 80% of my program. :trockon:

    Here is my code;


    #include <windows.h>

    int APIENTRY WinMain(HINSTANCE hinstance, HINSTANCE hprevious, LPSTR cmdline, int cmdshow) {
  6. Hello I got it to work pretty much perfectly...

    Hello

    I got it to work pretty much perfectly now!

    :D


    #include <windows.h>

    int APIENTRY WinMain(HINSTANCE hinstance, HINSTANCE hprevious, LPSTR cmdline, int cmdshow) {
  7. Thanks, that's not a bad idea. Just got to...

    Thanks, that's not a bad idea.

    Just got to work out how to incorporate the above code you mentioned into my existing code.

    Panarchy
  8. Thanks, however I've tried what's been asked...

    Thanks, however I've tried what's been asked there, to no avail.

    Please recommend me something (with code examples).

    Thanks in advance,

    Panarchy
  9. Thanks, that's a great idea. Is there any...

    Thanks, that's a great idea.

    Is there any special commands I need to use with CreateProcess, or do I just replace all occurrences of system with CreateProcess?

    If there are other commands that...
  10. Sorry, was unsure of which section would be best....

    Sorry, was unsure of which section would be best.

    Feel free to delete whichever is in the wrong section, and in the meantime please try your utmost to solve my C++ question.

    Thanks in advance,...
  11. How-To Stop Command-Prompt Window from appearing?

    Hello

    I'm trying to write in some program launchers into 1 programed .exe.

    Here is my code;


    #include <iostream>

    using namespace std;
  12. How-To Stop Command-Prompt Window from appearing?

    Hello

    I'm trying to write in some program launchers into 1 programed .exe.

    Here is my code;


    #include <iostream>

    using namespace std;
Results 1 to 12 of 12