Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralToolBar close Pin
Burl D4-Jan-04 6:24
Burl D4-Jan-04 6:24 
GeneralRe: ToolBar close Pin
PJ Arends4-Jan-04 10:55
professionalPJ Arends4-Jan-04 10:55 
GeneralGDI drawing in layers Pin
mirano4-Jan-04 5:52
mirano4-Jan-04 5:52 
GeneralRe: GDI drawing in layers Pin
PJ Arends4-Jan-04 9:30
professionalPJ Arends4-Jan-04 9:30 
GeneralSending a packet using PostMessage Pin
__Cerb4-Jan-04 4:38
__Cerb4-Jan-04 4:38 
GeneralRe: Sending a packet using PostMessage Pin
Stefan Pedersen4-Jan-04 4:46
Stefan Pedersen4-Jan-04 4:46 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 5:33
__Cerb4-Jan-04 5:33 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler4-Jan-04 5:30
Gary R. Wheeler4-Jan-04 5:30 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 5:45
__Cerb4-Jan-04 5:45 
GeneralRe: Sending a packet using PostMessage Pin
User 66584-Jan-04 6:21
User 66584-Jan-04 6:21 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 6:33
__Cerb4-Jan-04 6:33 
GeneralRe: Sending a packet using PostMessage Pin
User 66584-Jan-04 6:50
User 66584-Jan-04 6:50 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler4-Jan-04 6:53
Gary R. Wheeler4-Jan-04 6:53 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 11:06
__Cerb4-Jan-04 11:06 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler5-Jan-04 15:32
Gary R. Wheeler5-Jan-04 15:32 
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 

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.