Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi Friends,

i need some innovative ideas to program in c. i'm also thinking about this all the time and getting some now and then. i think i need your help too. the idea need not be complex rather it should be simple but a new one. my given time to implement that is 5 hours. offcourse i can go prepared. so please help me regarding this. Expecting the innovative ideas soon.
;)
with reagards
vivekananthan
Posted
Comments
Sergey Alexandrovich Kryukov 7-Mar-11 0:49am    
What could be the incentive for posting such idea here? If I have such an idea, I'll rather publish my own article or maybe offer some business opportunity. What would be your contribution, I wonder?
Thank you for understanding.
--SA
Sergey Alexandrovich Kryukov 7-Mar-11 0:52am    
Or, did you mention 5 hours? For the innovative? This is what I call performance!
May I ask you to write some implementation for me later on, as I always need more resources?

My deep respect.
--SA
vivekjustthink 7-Mar-11 1:30am    
Dear SAKryukov. thanks for your comment. i thought this forum is a place for sharing knowledge. and for your information. i'm not a business man but i'm a student. i needed some guidance or to say some help in learning new ideas from seniors. that's the reason i've posted this thing. At may level the incentive that i could give to you is that the implemented source if u wish. All that i want to do is that to learn a lot. i'm doing that in all the possible ways that i could.

regards
vivekananthan

Hi,

If you want to do some innovative things in C, then do TSR (Terminal stay resident) Programming.

You can do any thing with your system like (caps on/off, keyboard hacking),
you will learn how to work with interrupts, system calls.

its very intersting.

for you info go thru this book - Writing TSR through C by Yashwant kanetkar

enjoyyyyyy
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Mar-11 0:47am    
Of gosh! Do you mean MS-DOS? Who uses it? This topic is completely depleted. There is nothing so old and so boring. What that a joke?
--SA
vivekjustthink 7-Mar-11 1:32am    
very thoughtful of you dear sam_ckp.
First time i'm hearing this TSR and i'm searching the book that u've suggested. i will surely report you when i succeed with this. thanks a lot to you dear sam

regards
vivekananthan
Pick up one of the standard books on C programming. It will have many examples and exercises for you to try.
 
Share this answer
 
I suggest you do something with sockets (very easy to learn and you will learn C + some basic networking concepts)

or you could try a to do a simple encryption\decryption algo (it doesn't have to be anything complex even if just increment every byte by one and do the opposite when it comes the time to decrypt it)

your could also create your own back up system using threads etc...

Regards,
K.D
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900