Search found 58 matches

by borntoown
19 May 2011, 16:08
Forum: Mindstorms Projects
Topic: Manual Printer
Replies: 5
Views: 6354

Re: Manual Printer

Check the video out!

--> It is a bad project, i know. I promise a good project soon (After 15/6/2011 - Final exams) with good graphics and in NXC language.
by borntoown
17 May 2011, 12:18
Forum: Mindstorms Software
Topic: NXC Questions
Replies: 31
Views: 29051

Re: NXC Questions

Thanks, but i'm not in need of such a thing :)
by borntoown
16 May 2011, 19:09
Forum: Mindstorms Software
Topic: NXC Questions
Replies: 31
Views: 29051

Re: NXC Questions

I finally made my first step in NXC! I finished the first part of the project's program, which is to show the set up (Asking to set a password the first time and Asking to input the password the next times). I learned some things like the Conditional loop (while and break commands), the way to write...
by borntoown
15 May 2011, 14:34
Forum: Mindstorms Projects
Topic: TextEdit
Replies: 34
Views: 34890

Re: TextEdit

Now im really sad XD
My project, Manual Printer, is such a failure in front of this...

Your program has so many errors, and a missing file (AreYouSure.ric).
by borntoown
06 May 2011, 15:27
Forum: Off-Topic
Topic: Finish the Phrase Game
Replies: 37
Views: 36263

Re: Finish the Phrase Game

to find that water is filling the place. I couldn't imagine what happened, as
by borntoown
06 May 2011, 14:49
Forum: Robot Building
Topic: Need robot ideas?
Replies: 13
Views: 18847

Re: Need robot ideas?

1) Useful D and E as a UI.
2) A and slightly D.
3) 2 sets with no extra sensors.

I'm also interested in learning NXC more...
by borntoown
08 Apr 2011, 17:01
Forum: Mindstorms Software
Topic: Learning NXC. Any tips?
Replies: 4
Views: 5030

Re: Learning NXC. Any tips?

I'm learning NXC too. There are many topics that i started which may help you. The best thing to learn this language, as i can see, is to practice, which i am doing on my best NXT project (coming soon). I could help you if u want, depending on my knowledge.
by borntoown
26 Mar 2011, 15:38
Forum: Mindstorms Software
Topic: NXC Questions
Replies: 31
Views: 29051

Re: NXC Questions

First of all, thank you. I got a general question: -I can see that NXC isn't as simple as i thought, after i saw your code. How can i think in such a code (yours)? If this is for a simple idea, what will i do when i want to make a more advanced one? What to do to learn? Ok, now the code questions: 1...
by borntoown
26 Mar 2011, 06:45
Forum: Mindstorms Software
Topic: NXC Questions
Replies: 31
Views: 29051

Re: NXC Questions

Here is the program: byte handle; int fsize; task main () { if(OpenFileRead("Visits.txt", fsize, handle) == LDR_SUCCESS) { // increase something by one, maybe the file value itself } else if(OpenFileRead("Visits.txt", fsize, handle) == LDR_FILENOTFOUND) { CreateFile("Visits....
by borntoown
25 Mar 2011, 16:54
Forum: Mindstorms Software
Topic: NXC Questions
Replies: 31
Views: 29051

Re: NXC Questions

Sorry, but, find me a way to reach my target then?
If this helps: The file in the previous post will not be used anywhere after that part in the program (in this case), but it will be used if there is a way to increase its value each time by one.