Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to drag from control to Explorer Pin
Anonymous4-Jan-04 3:47
Anonymous4-Jan-04 3:47 
GeneralRemotely starting and stopping a service programmatically Pin
luyaz4-Jan-04 3:05
luyaz4-Jan-04 3:05 
GeneralRe: Remotely starting and stopping a service programmatically Pin
valikac4-Jan-04 6:28
valikac4-Jan-04 6:28 
GeneralRe: Remotely starting and stopping a service programmatically Pin
Renjith Ramachandran4-Jan-04 8:05
Renjith Ramachandran4-Jan-04 8:05 
GeneralWindows Copy to Clipboard problem Pin
impeham4-Jan-04 2:30
impeham4-Jan-04 2:30 
GeneralRe: Windows Copy to Clipboard problem Pin
valikac4-Jan-04 6:32
valikac4-Jan-04 6:32 
GeneralRe: Windows Copy to Clipboard problem Pin
impeham8-Jan-04 0:39
impeham8-Jan-04 0:39 
Generalhelp my project, please Pin
IT student4-Jan-04 1:27
IT student4-Jan-04 1:27 
I'm an IT student University of Bina Nusantara, Indonesia. I need you help with my program about editorial using extended key. Please... this project will help me raise my grade.
Editor program C

Tulis program yang berfungsi sebagai editor teks program C. Keluaran editor ini adalah program C (fle teks, ASCII). Editor ini harus memiliki kemampuan menyunting program sampai 1000 (seribu) baris dan 255 kolom.





1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

21

22

23

24
File Edit About



















NONAME Line 99 Col 99 Insert ON





1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

19

2021

22

23

24
File Edit About

*************

* New *

* Open *

* Close *

* Save *

* Save As *

* Print *

* Exit *

*************





NONAME Line 99 Col 99 Insert ON





1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

21

22

23

24
File Edit About

*************

* Copy *

* Paste *

* Find *

* Replace *

*************







NONAME Line 99 Col 99 Insert ON





1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

21

22

23

24
File Edit About

*************

* Version *

* Author *

*************











NONAME Line 99 Col 99 Insert ON







1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

20

21

22

23

24
File Edit About





*******************

* Binus C Editor *

* Version 1.0 *

* 2003 *

* © UBiNus *

*******************



NONAME Line 99 Col 99 Insert ON





1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

..

..

..

19

2021

22

23

24
File Edit About



*********************************

* 0700999999 Ahmad Wicaksono *

* 0700999999 Bong Wei Chen *

* 0700999999 Chandra Simatupang *

* 0700999999 Deryl Liem *

* TI UBiNus, 1PAT, 2003 *

*********************************





NONAME Line 99 Col 99 Insert ON





Every time you choose NEW then the monitor automaticlly adds #include and void main() {}



1 2 3 4 5 6 7 8

12345678901234567890123457689012345768901234576890123457689012345768901234576890

1

2

3

4

5

6

7

..

19

2021

22

23

24
File Edit About

# include <stdio.h>

# include <conio.h>

void main() {

_

}











NONAME Line 5 Col 1 Insert ON



If you write For, the monitor automaticlly add (; ; ) { } become

for (; ; ) {

}

If you write While, the monitor automaticlly add () { } become

while ( ) {

}

If you write Do, the monitor automaticlly add { } while (); become

do {

} while ( );

If you write If, the monitor automaticlly add () { } else { } become

if ( ) {

} else {

}

If you write Switch, the monitor automaticlly add () { case: brek; } become

switch () {

case: break;

}

please help my project... I'm in a dead end.

student
GeneralRe: help my project, please Pin
Prakash Nadar4-Jan-04 4:21
Prakash Nadar4-Jan-04 4:21 
QuestionBug in CMonthCalCtrl class ?? Pin
Qadddd4-Jan-04 0:55
Qadddd4-Jan-04 0:55 
AnswerRe: Bug in CMonthCalCtrl class ?? Pin
Qadddd5-Jan-04 1:55
Qadddd5-Jan-04 1:55 
Generaluse dll in another dll Pin
johnsmith3-Jan-04 19:46
johnsmith3-Jan-04 19:46 
GeneralRe: use dll in another dll Pin
Prakash Nadar3-Jan-04 19:51
Prakash Nadar3-Jan-04 19:51 
GeneralRe: use dll in another dll Pin
Wolfram Steinke3-Jan-04 22:52
Wolfram Steinke3-Jan-04 22:52 
GeneralRe: use dll in another dll Pin
johnsmith6-Jan-04 14:12
johnsmith6-Jan-04 14:12 
GeneralSplitter window. Pin
Prakash Nadar3-Jan-04 19:28
Prakash Nadar3-Jan-04 19:28 
GeneralRe: Splitter window. Pin
abc8763-Jan-04 23:44
abc8763-Jan-04 23:44 
GeneralMy application is not receiving focus! Pin
Houdini3-Jan-04 16:54
Houdini3-Jan-04 16:54 
GeneralRe: My application is not receiving focus! Pin
valikac3-Jan-04 17:01
valikac3-Jan-04 17:01 
GeneralRe: My application is not receiving focus! Pin
Houdini3-Jan-04 17:44
Houdini3-Jan-04 17:44 
GeneralRe: My application is not receiving focus! Pin
valikac4-Jan-04 6:35
valikac4-Jan-04 6:35 
GeneralRe: My application is not receiving focus! Pin
Houdini4-Jan-04 11:08
Houdini4-Jan-04 11:08 
GeneralRe: My application is not receiving focus! Pin
Houdini4-Jan-04 15:38
Houdini4-Jan-04 15:38 
GeneralSingle instance of dialog based application Pin
Steve Messer3-Jan-04 16:11
Steve Messer3-Jan-04 16:11 
GeneralRe: Single instance of dialog based application Pin
valikac3-Jan-04 17:06
valikac3-Jan-04 17:06 

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.