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.
Search found 58 matches
- 19 May 2011, 16:08
- Forum: Mindstorms Projects
- Topic: Manual Printer
- Replies: 5
- Views: 6444
- 17 May 2011, 12:18
- Forum: Mindstorms Software
- Topic: NXC Questions
- Replies: 31
- Views: 29531
Re: NXC Questions
Thanks, but i'm not in need of such a thing
- 16 May 2011, 19:09
- Forum: Mindstorms Software
- Topic: NXC Questions
- Replies: 31
- Views: 29531
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...
- 15 May 2011, 14:34
- Forum: Mindstorms Projects
- Topic: TextEdit
- Replies: 34
- Views: 35353
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).
My project, Manual Printer, is such a failure in front of this...
Your program has so many errors, and a missing file (AreYouSure.ric).
- 06 May 2011, 15:27
- Forum: Off-Topic
- Topic: Finish the Phrase Game
- Replies: 37
- Views: 36810
Re: Finish the Phrase Game
to find that water is filling the place. I couldn't imagine what happened, as
- 06 May 2011, 14:49
- Forum: Robot Building
- Topic: Need robot ideas?
- Replies: 13
- Views: 19101
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...
2) A and slightly D.
3) 2 sets with no extra sensors.
I'm also interested in learning NXC more...
- 08 Apr 2011, 17:01
- Forum: Mindstorms Software
- Topic: Learning NXC. Any tips?
- Replies: 4
- Views: 5113
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.
- 26 Mar 2011, 15:38
- Forum: Mindstorms Software
- Topic: NXC Questions
- Replies: 31
- Views: 29531
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...
- 26 Mar 2011, 06:45
- Forum: Mindstorms Software
- Topic: NXC Questions
- Replies: 31
- Views: 29531
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....
- 25 Mar 2011, 16:54
- Forum: Mindstorms Software
- Topic: NXC Questions
- Replies: 31
- Views: 29531
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.
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.