![]() |
| | #1 |
| Registered User Join Date: Nov 2004
Posts: 2
| i want to create very simple text editor. The user will just type the text and choose option menu to process the text such as searching for word how to make a simple window , background,text color where i can find simple explanation about it ? i have try to search it but i still don't find regard kris |
| if13121 is offline | |
| | #2 |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| Which OS and compiler are you using? |
| Salem is offline | |
| | #3 | |
| #include<xErath.h> Join Date: Jun 2004
Posts: 724
| Quote:
| |
| xErath is offline | |
| | #4 | |
| Registered User Join Date: Nov 2004
Posts: 2
| Quote:
but i want to make the other in oder to be run in linux using gcc and i really want to know how to make a simple window , background,text color please help Last edited by if13121; 11-24-2004 at 12:33 AM. | |
| if13121 is offline | |
| | #5 |
| The C-er Join Date: Mar 2004
Posts: 186
| Hello if13121, If you're new to windows programming (like me) then you'll find the learning curve pretty steep, at least to the point where you can write simple applications. I would get a good book on windows programming + have a look for windows API tutorials on the web. A good book is Programming Windows by Charles Petzold (Microsoft Press). However, I would recommend getting pretty comfortable with the C language itself, perhaps by writing some DOS code first. xErath is right; a very simple text editor is a quite complex programming challenge. I know because I want to write one for myself (one day). |
| Jez is offline | |
| | #6 |
| Registered User Join Date: Nov 2004 Location: Egypt
Posts: 1
| Read It This May Help You ! Last edited by Salem; 11-25-2004 at 09:50 AM. Reason: Snipped suspect attachment |
| Medo is offline | |
| | #7 |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| Please don't post your rip-off of http://computer.howstuffworks.com/c.htm |
| Salem is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a simple Windows game | ejohns85 | C Programming | 1 | 05-22-2009 12:46 PM |
| creating a variable number of variables based on data within a text file | Noobie | C++ Programming | 5 | 02-09-2003 10:03 AM |
| can't read from simple text file to a struct. (entire program posted) | Jon98 | C++ Programming | 5 | 02-01-2003 10:58 AM |
| Creating a simple database: is my approach OK? | m712 | C++ Programming | 1 | 11-18-2002 02:27 AM |
| simple text dialog ok cancel | Brian | Windows Programming | 1 | 02-12-2002 02:20 AM |