Welcome Guest [Log In] [Register]
Welcome to the CSPSP forums. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Project Syntax; Resources for Developers
Topic Started: Dec 29 2008, 10:05 PM (244 Views)
Hero2
Member Avatar
Advanced Member
[ *  *  * ]
This is Project Syntax, started by me to attempt to port useful
source code between 4 different programming languages ( C, C++, Java,
Objective-C), in hopes that other programmers will be able learn different
programming languages, without the hassle of reading complex
and/or hard to understand tutorials. These examples are written
by programmers, for programmers.



If anyone would like to contribute, be my guest, this is an open
project. When writing an example, be sure to add your name
and the example name to the top of the source code like so
/* Hello World by Hero2 */
This way other programmers may know who wrote that example.
Also, try to write the example in all 4 programming languages,
if you can't place a README.txt file in the example's root directory
stating which programming languages need to be written for the example.
The root directory of the example is where your examples "C", "C++",
"Java", and "ObjC" folders should be. Use the helloworld example as a
template.



TODO:
Code:
 

Finish Java port of ReadFile. If someone can port it properly,
Please do so and in comments (/* */) Place your name (CSPSP
forum Username/Programming Name/etc) at the top of the source file,
so we ( the community ) knows who did the port. Thank You.


FINISHED:

  • helloworld
  • fileIO - createFile
  • fileIO - CreateAndWrite
  • PSP - fileIO - createFile
  • PSP - fileIO - CreateAndWrite
  • PSP - fileIO - ReadFile

DOWNLOAD:
Download - Updated for PSP source code


UPDATE: Ported all current examples to the PSPSDK for PSP developers ( C only )
Offline Profile Quote Post Goto Top
 
UnlimitedX
Member Avatar
Advanced Member
[ *  *  * ]
good job !! I know a little program in Java ^^
it's a good idea !
Kingdom Of War PSP
Interested? join us now!
Posted Image
Posted Image

Offline Profile Quote Post Goto Top
 
Hero2
Member Avatar
Advanced Member
[ *  *  * ]
UnlimitedX
Dec 30 2008, 01:54 AM
good job !! I know a little program in Java ^^
it's a good idea !

Thx I figured it could be a new way for programmers to learn new APIs. Im going to keep working on this project until I know each language like i know the days of the week. :D
Offline Profile Quote Post Goto Top
 
« Previous Topic · Off Topic · Next Topic »
Add Reply