How do i call another c++ code or an *.exe application in another cpp code.
I actually wanted to create an AppSuite which contains an editor, a web browser,
an address book etc.

How to include all apps in one menu??
Any help will be appreciated,

Anurag

Recommended Answers

All 3 Replies

Member Avatar for iamthwee

You could just use a system call. But that's frowned upon. Better to reference the windows API.

I believe it's createProcess

http://www.daniweb.com/forums/thread44594.html

Thanks.
Can you tell me how to include syntax highlighting.
I'm making a text editor named OpenEdit.

Thx once again,
Anurag

Member Avatar for iamthwee

Thanks.
Can you tell me how to include syntax highlighting.
I'm making a text editor named OpenEdit.

Thx once again,
Anurag

How long have you got.

Depending on what language you COULD possibly write your own.

Or use an existing system. I believe Daniweb uses an existing syntax highlighter that is free. Can't remember what it is called though.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.