Author | Topic |
Toymods Social Secretary
Location: Sydney
Registered: July 2002
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Sat, 24 May 2003 14:03
|
|
its all good mate.. i took what you gave and used that as a starter to kick start my recollection of all things C.
Never touched C++, dont think i will either.
I avoided using the dyanmic memory allocation (malloc) and an array like you have done so far, since there is no real limit to the number of characters the user can enter for the sting before they hit enter, and C DOES NOT LIKE getting arrays that don't have pre-defined size (compilers spew at you!).
Instead i am still trying to figure out a way that either each character is automatically "scanned in" or "input" when the key is pressed, and does not wait for the return key to be presses, and thusly have each character dealt with like that. Although this is proving annoying.
The alternative im not 100% sure on.....
I have aced this subject thus far, and this assignment only being worth 15-20% of my mark... i should be fine. Especially if i go ahead and do the "optional advanced assignment" worth up to a BONUS 20 marks.
<edit> gimme a soldering iron, a pcb, some microcontrollers and other fun stuff ANYDAY.
[Updated on: Sat, 24 May 2003 14:05]
|
|
|
| Subject | Poster | Date |
|
WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Sat, 24 May 2003 07:47 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 08:16 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 08:20 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 08:33 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Sat, 24 May 2003 09:29 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
stylez | Sat, 24 May 2003 09:30 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Sat, 24 May 2003 09:40 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 12:53 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 13:46 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Sat, 24 May 2003 14:03 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Sat, 24 May 2003 15:12 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
shinzui | Sat, 24 May 2003 22:47 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
wilbo666 | Sun, 25 May 2003 00:12 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
shinzui | Sun, 25 May 2003 03:53 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Nark | Mon, 26 May 2003 07:11 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Mon, 26 May 2003 12:35 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Nark | Mon, 26 May 2003 23:37 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
THE WITZL | Tue, 27 May 2003 02:25 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Tue, 27 May 2003 08:55 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Nark | Wed, 28 May 2003 02:39 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
isaac | Tue, 27 May 2003 10:09 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
Ribbo | Tue, 27 May 2003 20:58 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
isaac | Wed, 28 May 2003 02:35 |
|
Re: WAY OT: C programmers, I know there are some of you out there
|
ehendrikd | Wed, 28 May 2003 04:57 |
Current Time:
Wed Jan 22 18:12:01 UTC 2025 |
Total time taken to generate the page: 0.0041830539703369 seconds |