Staredit Network

Staredit Network -> Computers and Technical -> Me going into computer programming
Report, edit, etc...Posted by Shadow_da_Sniper on 2005-12-30 at 23:20:24
I am starting computer programming (Turbo C++)

I have a WHOLE SET [more like library] OF BOOKS ON COMPUTER PROGRAMMING!!!!!!

I find that these books don't tell me how to make an editor (except the fact it tells you how to make a picture editor...) and I would like a easy tutorial for it. DON'T ASK, I already saw Heimdal's "Make your own map editor' topic, but as I compiled it, it said there was errors and it had trouble running and compiling it.

So maybe SI could come over here and let me "borrow" his source code for ScmDraft.

I know the basics, like what header of header files I should get...

So maybe some experienced C++ person who made a editor could help me...
Report, edit, etc...Posted by CheeZe on 2005-12-31 at 12:19:21
You make some basic stuff before attempting something this difficult.

I would highly suggest making that picture editor so you actually know what you're doing.
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 13:25:42
I agree. If you ever insist on making a map editor, you'll have to read up on decoding the CHK at Campaign Creations and then to a raw-binary interface with the map file, essentially hexing with your code, and write or get a compiler (to SCM/SCX).
Report, edit, etc...Posted by Centreri on 2005-12-31 at 13:29:44
In other words, don't start with an editor if you're new. Start with something that changes .gif's into .bmp's or something basic like that (is it basic?).
Report, edit, etc...Posted by Shadow_da_Sniper on 2005-12-31 at 17:02:25
Ok, thanks. DTBK? Can you give me a link to Campaign Creations? helpsmilie.gif

ADDITION:
And where I can find the decoding place in CC?
Report, edit, etc...Posted by Kashmir on 2005-12-31 at 17:07:26
You also got to realize that every c++ editor has its own style on programming. Programming with Visual C++ .NET (as I do) is different then Visual C++ 6.0 and also different then turbo C++
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 18:10:52
QUOTE(Silver-Dragon @ Dec 31 2005, 10:29 AM)
In other words, don't start with an editor if you're new. Start with something that changes .gif's into .bmp's or something basic like that (is it basic?).
[right][snapback]394927[/snapback][/right]


Only if you have image handling classes in your language. Hexing images is a biznatch.

QUOTE(Shadow_da_Sniper @ Dec 31 2005, 02:02 PM)
Ok, thanks. DTBK? Can you give me a link to Campaign Creations? helpsmilie.gif

ADDITION:
And where I can find the decoding place in CC?
[right][snapback]395131[/snapback][/right]


http://www.campaigncreations.org/starcraft...chkformat.shtml

Report, edit, etc...Posted by Shadow_da_Sniper on 2005-12-31 at 19:57:32
^_^



§weet, now I read!!!
Report, edit, etc...Posted by O)FaRTy1billion on 2006-01-01 at 11:47:24
Also there is a Trigger and Mission Briefing page.

QUOTE(DT_Battlekruser @ Dec 31 2005, 04:10 PM)
Hexing images is a biznatch.
Hex-Editing and MSPaint is how I edit images. Why is it a biznatch?
Report, edit, etc...Posted by DT_Battlekruser on 2006-01-01 at 16:36:17
I've tried to put together images by hexing with lines of code.. never succeeded.
Next Page (1)