Click here to Skip to main content
15,913,361 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cin question from newbie Pin
Christian Graus30-Aug-04 12:07
protectorChristian Graus30-Aug-04 12:07 
GeneralRe: cin question from newbie Pin
David Crow31-Aug-04 3:59
David Crow31-Aug-04 3:59 
GeneralClass of Classes! or #$@%#^#$@$@!!! Pin
CreepingFeature30-Aug-04 10:00
CreepingFeature30-Aug-04 10:00 
GeneralRe: Class of Classes! or #$@%#^#$@$@!!! Pin
Michael P Butler30-Aug-04 10:15
Michael P Butler30-Aug-04 10:15 
GeneralRe: Class of Classes! or #$@%#^#$@$@!!! Pin
Christian Graus30-Aug-04 12:12
protectorChristian Graus30-Aug-04 12:12 
GeneralRe: Class of Classes! or #$@%#^#$@$@!!! Pin
CreepingFeature30-Aug-04 21:07
CreepingFeature30-Aug-04 21:07 
GeneralGenerate/edit files Pin
Dody_DK30-Aug-04 9:25
Dody_DK30-Aug-04 9:25 
GeneralRe: Generate/edit files Pin
Christian Graus30-Aug-04 12:10
protectorChristian Graus30-Aug-04 12:10 
Dody_DK wrote:
for example if I want to make an exe file that generate another exe file.

You've got one. It's called a compiler Smile | :)

Dody_DK wrote:
and if i make a program and put an edit box, and when i write something in the edit box, and click generate. the value in the edit box will be edited to the generated exe files

Your compiler does this also. You can take a string and shove it into a file easy enough, it's 'generating' an exe that is the job.

Dody_DK wrote:
if i have an exe file that have an (m_value) Cstring
and make another file to edit/change (m_value) Cstring


You need to define a process to do this, your two processes need to communicate and cooperate to achieve this.

Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: Generate/edit files Pin
Dody_DK31-Aug-04 1:05
Dody_DK31-Aug-04 1:05 
GeneralRe: Generate/edit files Pin
David Crow31-Aug-04 4:02
David Crow31-Aug-04 4:02 
GeneralRe: Generate/edit files Pin
Christian Graus31-Aug-04 10:27
protectorChristian Graus31-Aug-04 10:27 
GeneralRunning .exe Pin
Naveed Shoaib30-Aug-04 8:57
Naveed Shoaib30-Aug-04 8:57 
GeneralRe: Running .exe Pin
Alexander M.,30-Aug-04 9:19
Alexander M.,30-Aug-04 9:19 
GeneralRe: Running .exe Pin
Archer28230-Aug-04 16:24
Archer28230-Aug-04 16:24 
GeneralRe: Running .exe Pin
User 21559730-Aug-04 19:55
User 21559730-Aug-04 19:55 
GeneralApplication Pin
BlackKnight7930-Aug-04 8:02
BlackKnight7930-Aug-04 8:02 
GeneralRe: Application Pin
Steve Maier30-Aug-04 10:23
professionalSteve Maier30-Aug-04 10:23 
GeneralRe: Application Pin
BlackKnight7931-Aug-04 5:42
BlackKnight7931-Aug-04 5:42 
GeneralRe: Application Pin
Steve Maier31-Aug-04 5:56
professionalSteve Maier31-Aug-04 5:56 
GeneralRe: Application Pin
BlackKnight7931-Aug-04 6:05
BlackKnight7931-Aug-04 6:05 
Generalcommon controls on windows ce Pin
prateekkathuria30-Aug-04 7:38
prateekkathuria30-Aug-04 7:38 
GeneralRe: common controls on windows ce Pin
vcplusplus30-Aug-04 7:47
vcplusplus30-Aug-04 7:47 
GeneralControl Windows Media Player programmatically Pin
Dang Minh Thang30-Aug-04 7:33
Dang Minh Thang30-Aug-04 7:33 
GeneralRe: Control Windows Media Player programmatically Pin
vcplusplus30-Aug-04 7:49
vcplusplus30-Aug-04 7:49 
GeneralRe: Control Windows Media Player programmatically Pin
Dang Minh Thang30-Aug-04 7:58
Dang Minh Thang30-Aug-04 7:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.