Thread: Check out my prog

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    24

    Check out my prog

    I wrote this program for web developers and I figured I'd post it here and see what you thought of it. Also, I welcome ideas on making it better, not that I want anyone to write it for me, but it took me a while, I'm new to win32 API. This is version 4.0, you don't want to see any of the earlier versions, they suck cuz I was learning yet, they were mainly experiments. However, version 4.0 seems stable enough, I even use it myself.

    Anyways check it out.


    http://www.network2010.net/~goku/webedit40.exe
    Keep smiling, it makes the big guys wonder what you're up to.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    Did you use MFC to make that program?

    May we see the source code?
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    24

    MFC??

    I'm not sure what MFC is,, if it is a part of the Win32 API, maybe,

    but I think it is just plain Win32 API.

    I am looking to create a product to sell, but I figured I would post it here to get opinions and critisism. I used Dev-C++ Version 4 by Bloodshed Software to code it.

    It is a simple mdi program with a few other things that I have added, but it's not too impressive to me, I want it to be better.

    I will post the source code later, but I have to make of few changes first.
    Keep smiling, it makes the big guys wonder what you're up to.

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    24

    Here is the source code

    Here is the source code, in a zip archive.

    contains 4 files

    main.c ----- Main Program Code
    main.h ----- Containing the history file access functions
    main.rh ----- Resource Header
    rsrc.rc ----- The resource file.

    like I mentioned before I use Dev C++. so I don't know if it will work right in other compiler/ ide 's
    Keep smiling, it makes the big guys wonder what you're up to.

  5. #5
    Unregistered
    Guest

    Post

    Good Job.

  6. #6
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    wuts it supposed to be, a text editor, or is it supposed to be sumthign like macromedia dreamweaver (lets u create pages w/ out html knowledge)
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  7. #7
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    it looks like a text editor to me =D

    Maybe you could add some syntax highlighting or an insert menu for quick-insertion of code

    WOW i think my Compiler is screwed up, i get alot of errors on the ifstream, TIME TO REINSTALL =\

    (i use MSVC++ 6.0)
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  8. #8
    Registered User
    Join Date
    Jun 2002
    Posts
    24

    I know it's simple

    I designed this to fit what I wanted to do, I like editing code myself rather than having something do it for me. I also included a quick link to a tutorial site that has tuts for HTML, JavaScript, Perl and CSS.

    I don't know, at the moment, how to do a lot of things. I would like to add syntax highlighting and other stuff, but right now I am still learning how to do things. More advanced features of a web page editor will come as my ability as a programmer increase.

    Any ideas on improving this program will help me to find out what I have to learn, and things that would make it easier/user friendly. and stable.

    As my ability as programmer improves I want to make it visual, kind of like Frontpage, but I want it geared more toward programming perl.
    Keep smiling, it makes the big guys wonder what you're up to.

  9. #9
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    No offense bud, but I distinctly remember downloading a VERY similar program (ie: word for word...) from a tutorial...anyway, you did add a few features.

    Take credit for your own work and credit others for theirs, OK?

  10. #10
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Even though I have the same deja vu feeling that Sebastiani is having I'll still give you some credit. We all start somewhere.

    Anyways, I was posting to field the MFC question. That is Micro$oft Foundation Class. It is a c++ wrapper for the win32 api. It really isn't anything too special, plus it would require you to be using VC++. I also use dev-c++ (powered by mingw32) and that doesn't support MFC.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to check input is decimal or not?
    By kalamram in forum C Programming
    Replies: 3
    Last Post: 08-31-2007, 07:07 PM
  2. Please check this loop
    By Daesom in forum C++ Programming
    Replies: 13
    Last Post: 11-02-2006, 01:52 AM
  3. need help making a dot bounce up and down y axis in this prog
    By redwing26 in forum Game Programming
    Replies: 10
    Last Post: 08-05-2006, 12:48 PM
  4. Check application visibility
    By 3saul in forum Linux Programming
    Replies: 2
    Last Post: 02-13-2006, 05:13 PM
  5. prog !feof probs
    By @licomb in forum C++ Programming
    Replies: 3
    Last Post: 08-24-2001, 06:44 AM