![]() |
In need of sugestions for a simple C work
Hey im new around here and i was wondering what was i gonna do for a school project using C (empty projects btw), any1 has any sugestion on what should i do?im just an amateur =P
|
Re: In need of sugestions for a simple C work
Depends on what level of programming you are in and what kind of projects you can handle. Let us know more about it.
|
Re: In need of sugestions for a simple C work
You could try asking at school what sort of stuff you could do. They may have some good ideas.
|
Re: In need of sugestions for a simple C work
heh, in fact why not have a look at the homework assignments other people post:
http://www.go4expert.com/showthread.php?t=15815 |
Re: In need of sugestions for a simple C work
My school is the shitty kinda school,so asking for help here is kinda outta the option list,i can work with stdio.h,conio.h,string.h,a little with fcntl.h and io.h,i think thats all there is to know about my programming and btw i barely work with void cause i dont get what does it exactly do to help:disappoin
ps: ty for the link xpi0t0s i think i got an idea from that,but if any1 has more sugestions il be more than glad to listen:nice: |
Re: In need of sugestions for a simple C work
In some languages there is a difference between functions and procedures; the latter do not return values. C doesn't have procedures, only functions, so void is useful to show when a function doesn't return anything. void can also be used to declare a pointer that doesn't point to a specific type, although in C++ the need for this is vastly reduced due to polymorphism.
Have a look through the other threads in the forums to get a handle on what kind of projects others are working on and see if there's anything that takes your fancy. |
Re: In need of sugestions for a simple C work
Quote:
|
Re: In need of sugestions for a simple C work
i did a database system in C, the user would input data, the data would be saved o a file on the harddrive so it wouldnt be lost. Then the user could add, delete, change, modify and more to that data. Print out a recipt and so on. Worked out well got the top marks for it :D
|
Re: In need of sugestions for a simple C work
Quote:
|
Re: In need of sugestions for a simple C work
erm shoot cant realy rememer he saving code, was abut of a bugger back then but it saves as a txt file nothing specail. And the data was just smple like: Product Cost total
Ofcourse total would have a forulame saying produc x cost= total and itwould auto put it into that comulmn |
| All times are GMT +5.5. The time now is 12:02. |