Search found 13 matches

by newcoder
Wed Sep 03, 2008 12:55 am
Forum: Off Topic
Topic: An interesting browser project of google (opensource)
Replies: 62
Views: 11216

Yeah, Chrome is kinda nice. I have always been fond of simplicity. The

The interface is as simple and uncluttered as it gets. Another hit from
GOOGLE
by newcoder
Fri Jul 25, 2008 2:01 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36772

can some show me some code to actually get the text from ragadget and save into a file. I get it to save into a file, but all text is bunched together


For Example:
Hello
My
Name
is
Newcoder
becomes
HelloMyNameisNewcoder
when I save it. I must be missing something here.
by newcoder
Wed Sep 06, 2006 9:36 pm
Forum: Announcement
Topic: Cappuccino - Interpreter/Assembler
Replies: 12
Views: 4911

I like this project alot. I am doing this exact same thing. But just like you I want to be able to make a true compiler but my assembler knowledge is not that great.

I'm writing my vm in C though.
by newcoder
Tue Oct 26, 2004 9:56 pm
Forum: Coding Questions
Topic: Append text to exe then read it
Replies: 16
Views: 14074

Wow griz you are a great programmer, Actually the same day you posted that code I managed to get a very very very simple interpreter going. It was meant to be simple batch language replacement for my own use.
The thing about it thanks to PureBasic and your tight code, the runtime is only 10 kb.

It ...
by newcoder
Sun Oct 24, 2004 5:15 pm
Forum: Coding Questions
Topic: Append text to exe then read it
Replies: 16
Views: 14074

Thank u griz you are brilliant!
by newcoder
Sun Oct 24, 2004 5:49 am
Forum: Coding Questions
Topic: Append text to exe then read it
Replies: 16
Views: 14074

I'm so sorry but I just cant get that to work, can I maybe get an example if it is not too much to ask? :cry:
by newcoder
Sun Oct 24, 2004 3:35 am
Forum: Coding Questions
Topic: Append text to exe then read it
Replies: 16
Views: 14074

Append text to exe then read it

I was wondering if someone could tell me how to bind text to an exe then let the program read itself and get the text. See i'm creating a very small interpreter and need to be a ble to create standalone exe's

If someone has a better method please tell me
by newcoder
Tue Mar 09, 2004 3:14 am
Forum: Announcement
Topic: ScriptVM, a script language
Replies: 77
Views: 26344

Yep, I have been experimenting in comple/interpreter design for the longest and always wondered how to bind the source into an exe.

Hope to see it .
by newcoder
Mon Dec 22, 2003 4:01 am
Forum: Coding Questions
Topic: Collision detection
Replies: 5
Views: 1882

If I'm not mistaken, OGRE Collsion Detection is coming soon and when it does It will be implemented in Purebasic 4.0
by newcoder
Fri Dec 05, 2003 5:55 pm
Forum: Game Programming
Topic: small 3D engine?
Replies: 1
Views: 1900

small 3D engine?

I was just wondering if anybody has a suggestion on how I could create a small 3d engine without using libraries Like Direct3d and OpenGL.

A Engine Like Spy3d and Pure Racer Demo. They seem to draw there own 3d graphics just using 2d libraries.


Sorry if this question is hard to understand.
by newcoder
Mon Dec 01, 2003 5:47 am
Forum: Game Programming
Topic: CMG3D - Design Documentation Public Release
Replies: 21
Views: 7770

In my opinion Codemonger is doing a great job with planning and designing his 3D engine.

Don't let the un-believers get to ya Codemonger,prove them all wrong!!!
by newcoder
Thu Nov 27, 2003 7:22 pm
Forum: Coding Questions
Topic: Procedure in a Structure in PureBasic ?
Replies: 6
Views: 2645

Thanks Karbon,

After doing a search on the forums I found that a BIG discussion had taken place about OOP back in June.

The reason for this question is because I am currently trying to design and develop a small 2d game engine to help me to prevent writing the same non-specific game code over and ...
by newcoder
Thu Nov 27, 2003 6:44 pm
Forum: Coding Questions
Topic: Procedure in a Structure in PureBasic ?
Replies: 6
Views: 2645

Procedure in a Structure in PureBasic ?

I'm very sorry if this question has been answered many times , but is it possible have and Procedure inside a structure

Example :

Code: Select all

SmallStruct\SayHello("Hello")
Thanks in Advance