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
Search found 13 matches
- Wed Sep 03, 2008 12:55 am
- Forum: Off Topic
- Topic: An interesting browser project of google (opensource)
- Replies: 62
- Views: 11216
- Fri Jul 25, 2008 2:01 am
- Forum: Applications - Feedback and Discussion
- Topic: RaEditGadget Userlib
- Replies: 79
- Views: 36772
- Wed Sep 06, 2006 9:36 pm
- Forum: Announcement
- Topic: Cappuccino - Interpreter/Assembler
- Replies: 12
- Views: 4911
- 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 ...
The thing about it thanks to PureBasic and your tight code, the runtime is only 10 kb.
It ...
- Sun Oct 24, 2004 5:15 pm
- Forum: Coding Questions
- Topic: Append text to exe then read it
- Replies: 16
- Views: 14074
- Sun Oct 24, 2004 5:49 am
- Forum: Coding Questions
- Topic: Append text to exe then read it
- Replies: 16
- Views: 14074
- 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
If someone has a better method please tell me
- Tue Mar 09, 2004 3:14 am
- Forum: Announcement
- Topic: ScriptVM, a script language
- Replies: 77
- Views: 26344
- Mon Dec 22, 2003 4:01 am
- Forum: Coding Questions
- Topic: Collision detection
- Replies: 5
- Views: 1882
- 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.
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.
- Mon Dec 01, 2003 5:47 am
- Forum: Game Programming
- Topic: CMG3D - Design Documentation Public Release
- Replies: 21
- Views: 7770
- Thu Nov 27, 2003 7:22 pm
- Forum: Coding Questions
- Topic: Procedure in a Structure in PureBasic ?
- Replies: 6
- Views: 2645
- 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 :
Thanks in Advance
Example :
Code: Select all
SmallStruct\SayHello("Hello")