Search:

Type: Posts; User: Supar

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Use of DLLs

    by Supar
    Replies
    7
    Views
    1,351

    So basically if I was making a large application,...

    So basically if I was making a large application, it would make sense to use DLLs.

    But what all do you place in a DLL?

    Functions? Classes? Templates?
    Defines? or what?

    I think Im...
  2. Thread: Use of DLLs

    by Supar
    Replies
    7
    Views
    1,351

    So what determines the need of a DLL? In what...

    So what determines the need of a DLL?

    In what instances should I myself create a dLL.

    (exempted cross language material, I do not believe I will be getting into that....)
  3. Thread: Use of DLLs

    by Supar
    Replies
    7
    Views
    1,351

    Use of DLLs

    I was wondering how extensive the use of DLLs in c++ is.

    I just learned how to make them(although I dont think Ive fully grasped the subject).

    Thanks in advance.
  4. Thread: binary in C++

    by Supar
    Replies
    6
    Views
    1,252

    I should not reply past 2 am...-_- sry for bad...

    I should not reply past 2 am...-_-

    sry for bad info =/
  5. Thread: binary in C++

    by Supar
    Replies
    6
    Views
    1,252

    why dont you go and try ;) (*Hint*You already...

    why dont you go and try ;)

    (*Hint*You already know how ;P)
  6. Thread: Loading an exe

    by Supar
    Replies
    3
    Views
    1,015

    Well no one has presented any real options yet......

    Well no one has presented any real options yet...

    So I was wondering if maybe I could use sort of a 'networking' idea...

    Ive been doing a few networking tutorials...and Im thinking that I could...
  7. Thread: Loading an exe

    by Supar
    Replies
    3
    Views
    1,015

    Well basically I want to write up 2 seperate...

    Well basically I want to write up 2 seperate programs and have them interacting in 'stage' program. If a DLL allows me to do this...then Ill use a DLL...but I dont think that will solve my entire...
  8. Thread: Loading an exe

    by Supar
    Replies
    3
    Views
    1,015

    Loading an exe

    I was wondering if it was possible to 'Load' multiple executable files into a program...

    example:

    I code up a form of a landscape type area.

    Now I load in several different programs. Such...
  9. Thread: ClearScreen

    by Supar
    Replies
    5
    Views
    1,559

    Or you could just write your own clear screen...

    Or you could just write your own clear screen function ;)



    //Basic Functions..
    //basicf.h
    #ifndef _BASICF_H_
    #define _BASICF_H_

    #include<windows.h>
  10. Replies
    8
    Views
    3,246

    View Post

  11. Replies
    9
    Views
    1,223

    polymorphism is basically mutliple inheritance...

    polymorphism is basically mutliple inheritance correct?

    I cant remember what it was anymore -_-
  12. Replies
    12
    Views
    2,383

    wow...that was sweet -_-

    wow...that was sweet -_-
  13. Thread: Mfc

    by Supar
    Replies
    5
    Views
    1,106

    Mfc

    What exactly is MFC? and is it similiar to Win32? if so...which is better?

    <<Such a newb
  14. Replies
    4
    Views
    1,246

    Well Im not really sure how to do so... But...

    Well Im not really sure how to do so...

    But you will notice on many games made for windows that the 'music' comes off the cd and the sounds are on your harddrive.

    Cd audio is seperate from...
  15. Replies
    20
    Views
    2,329

    Well I realize that console is a great way to...

    Well I realize that console is a great way to start learning...

    and as for doing things that dont require so much user interface...

    Would that be like doing things in the background of a larger...
  16. Replies
    20
    Views
    2,329

    What is the purpose of console?

    What exactly do advanced programmers use console for? I mean learning all of these console functions is good and all...but what would you use them for?

    *shrugs*
  17. Thread: What next?

    by Supar
    Replies
    2
    Views
    1,082

    What next?

    I have got a pretty decent knowledge going about c++ through the console...Ive been working on an rpg for awhile(the term rpg is used very loosely here...its pretty far from the traditional rpg)
    ...
  18. Replies
    2
    Views
    908

    2 functions at once

    Is it possible to execute 2 functions at once?
    If so how or what do I search for?
  19. Replies
    1
    Views
    780

    Reading from a program

    I was wondering if there was a way to transfer information from one program to another.

    I know I could do it with File i/o, but I was wondering if there was another better way to do this. Im not...
  20. Replies
    10
    Views
    1,122

    Yea im sure system is alot easier...but Im not...

    Yea im sure system is alot easier...but Im not really programming the ecosystem just to do it...its so I can learn as much as possible. So CreateProcess is probably the way to go.

    Thanks for...
  21. Replies
    12
    Views
    1,444

    if I programmed straight for 20 hours...Id...

    if I programmed straight for 20 hours...Id imagine Id be the first 'head explosion' death on the record ;P

    The setting for programming has to be right though...

    Cool room, slightly dark, plenty...
  22. Replies
    10
    Views
    1,122

    Oh yea that helps alot cept one thing that...

    Oh yea that helps alot

    cept one thing that doesnt compute...is the


    CreateProcess ((LPTSTR)sExe

    what is sExe?

    I guess I can run about looking for it...
  23. Replies
    10
    Views
    1,122

    Man that CreateProcess deal is totally raping...

    Man that CreateProcess deal is totally raping me...

    so many offshoots...and of course MSDN always has a nice way of explaining everything ;P

    but ill get it...it will just take me a while and...
  24. Replies
    10
    Views
    1,122

    New Console Window

    I am currently working on an 'ecosystem' program in console.

    It is going well all except for one thing...

    I would like it if when the user pressed a predefined key a new console window/program...
  25. Replies
    12
    Views
    1,444

    If you are having trouble 'advancing' in...

    If you are having trouble 'advancing' in programming you should do one of the following...

    1)Locate more complex tutorials.(they are everywhere)

    2)Start up a game project. Games will stretch...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4