No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Why tools ?? I think this should be done manually for better and clear result.
you want ready made code !!! I dont think folks here will do that for you :) by the way some hints... 1.for looping..you have to write entire menu in a do-while loop 2.you case you an array to store what all denomination of note you want to dispense...take help …
Hi, I am trying to pass a string to a MACRO using -D option in gcc. I am not getting desired output, below is snippet, please let me know what I am missing. $ gcc -o finame -D CORE="op1_log.txt" finame.c [CODE] #define STR(x) x int main() { FILE *fp; char …
Pritaeas has correctly mentioned, your outsourcing policy/strategy should be well defined and process should be full proof. Otherwise there is always a scope of getting into trouble. Again you need all above mentioned stuff even if you are doing inhouse development. Best deal would be to hire a local technical …
Hi. As Android is based on Linux kernel so I was wondering it must be possible to access shell, but how ? By any means is it possible to go into shell prompt of any android based phones ( production version).
Well you need to a USB device driver for carrying out specific tasks. Though I am not an expert on drivers but I have below commetns on your question 1. How do I access, from a C program, a USB port RP: You need to know which memory address range …
Its possible for those keywords which doesn't require ';' in the end, now check in book and try it out. @Naure, agree with you and never understood how such stupid questions really check someone's skill ??
what about a school management system (very common) but give it a different look, like social networking sites (facebook)..all teacher can have profile (home page) they can see profile page of others and view information like his classes scheduled for today, when labs are free, how many students in which …
yes rightly mentioned, chptr and other pointer type variables are declared but not allocated...
Before anything I would suggest you to move to Linux for development work.
I am not sure but there are some structure ( do not remember header file name) which might solve your problem.
Can you check out linux kernel for this, i guess there you might get ready made driver for cd rom and then you can modify that sa per your requirement. [url]www.kernel.org[/url]
The End.
rajeevpareek