473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

C Programer

I am a young C programer and want to increase my knowledge in C and
also Like to get some money not more just a little .If u can help in
getting me my pocket money or can help me in gaining my knowledge in C
by sharing views with me kindly concider me.
Nov 14 '05 #1
11 1417
On Thu, 5 Aug 2004, Harsimran wrote:
I am a young C programer and want to increase my knowledge in C and
also Like to get some money not more just a little .If u can help in
getting me my pocket money or can help me in gaining my knowledge in C
by sharing views with me kindly concider me.


Read everything at http://www.eskimo.com/~scs/C-faq/top.html. If you can
understand this you know more than most C programmers. Next, get a copy of
the C standard, read and understand it.

--
Send e-mail to: darrell at cs dot toronto dot edu
Don't send e-mail to vi************@whitehouse.gov
Nov 14 '05 #2

"Harsimran" <sa************@yahoo.co.in> wrote

I am a young C programer and want to increase my knowledge in C and
also Like to get some money not more just a little .If u can help in
getting me my pocket money or can help me in gaining my knowledge in C
by sharing views with me kindly concider me.

Unfortunately it's not easy to convert a decent knowledge of C to pocket
money, particularly if you're a minor. Most companies wouldn't employ child
programmers, though of course ultimately programming could be part of a
well-paid job.
It used to be possible to write programs in the bedroom and sell them, but
now this is much more difficult, as tastes have become much more
sophisticated.
Nov 14 '05 #3
da*****@NOMORESPAMcs.utoronto.ca.com (Darrell Grainger) wrote in message news:<Pi******************************@drj.pf>...
On Thu, 5 Aug 2004, Harsimran wrote:
I am a young C programer and want to increase my knowledge in C and
also Like to get some money not more just a little .If u can help in
getting me my pocket money or can help me in gaining my knowledge in C
by sharing views with me kindly concider me.


Read everything at http://www.eskimo.com/~scs/C-faq/top.html. If you can
understand this you know more than most C programmers. Next, get a copy of
the C standard, read and understand it.

Well sir thanks for ur kind guidance and help I had gone
through C FAQ's and now I dont know how to get my hand over C
standards getting them by ANSI or ISO is very costly and I am in
India here I am not able to figure out how to get my hands on it frm
here only.Plz guide me again.
Nov 14 '05 #4
Harsimran wrote:
da*****@NOMORESPAMcs.utoronto.ca.com (Darrell Grainger) wrote in message news:<Pi******************************@drj.pf>...
On Thu, 5 Aug 2004, Harsimran wrote:

I am a young C programer and want to increase my knowledge in C and
also Like to get some money not more just a little .If u can help in
getting me my pocket money or can help me in gaining my knowledge in C
by sharing views with me kindly concider me.


Read everything at http://www.eskimo.com/~scs/C-faq/top.html. If you can
understand this you know more than most C programmers. Next, get a copy of
the C standard, read and understand it.


Well sir thanks for ur kind guidance and help I had gone
through C FAQ's and now I dont know how to get my hand over C
standards getting them by ANSI or ISO is very costly and I am in
India here I am not able to figure out how to get my hands on it frm
here only.Plz guide me again.


Mate !! Become a member of a public library so U can borrow books ....
use google as a search tool to enhance ur knowledge .... download a free
compiler and practice. Start off with small simple programs and keep
modifying to challenge urself....
At your age (depends how young u are) if U want to succeed as a good
programmer learn to have passion and commitment .... "MONEY" will come
to U at the right time .....
Nov 14 '05 #5
Harsimran wrote:
da*****@NOMORESPAMcs.utoronto.ca.com (Darrell Grainger) wrote:
On Thu, 5 Aug 2004, Harsimran wrote:
I am a young C programer and want to increase my knowledge in
C and also Like to get some money not more just a little .If u
can help in getting me my pocket money or can help me in
gaining my knowledge in C by sharing views with me kindly
concider me.


Read everything at http://www.eskimo.com/~scs/C-faq/top.html. If
you can understand this you know more than most C programmers.
Next, get a copy of the C standard, read and understand it.


Well sir thanks for ur kind guidance and help I had gone through
C FAQ's and now I dont know how to get my hand over C standards
getting them by ANSI or ISO is very costly and I am in India
here I am not able to figure out how to get my hands on it frm
here only.Plz guide me again.


Google for N869 and get the last draft of the C99 standard. I
recommend the text version, because it is easy to search. It is
free.

Don't use abbreviations such as 'ur'. Do separate sentences with
blanks. It makes things much easier to read.

--
Chuck F (cb********@yahoo.com) (cb********@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Nov 14 '05 #6
On 13 Aug 2004 05:06:16 -0700, in comp.lang.c , sa************@yahoo.co.in
(Harsimran) wrote:
I dont know how to get my hand over C
standards getting them by ANSI or ISO is very costly


??? The ISO C standard costs $18 as a pdf download from ANSI or NCITS.
Hopefully that is not too expensive for you.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 14 '05 #7
Thanks to all of you and sorry of using those short cut methods of
writing.
Is there any way by which I can take part in any on going project so
that my understanding increases .I have enough bookesh knowledge and
want to take part in some project.
Nov 14 '05 #8
Thanks to all of you and sorry of using those short cut methods of
writing.
Is there any way by which I can take part in any on going project so
that my understanding increases .I have enough bookesh knowledge and
want to take part in some project.
Nov 14 '05 #9
Harsimran wrote:

Thanks to all of you and sorry of using those short cut methods of
writing.
Is there any way by which I can take part in any on going project so
that my understanding increases .I have enough bookesh knowledge and
want to take part in some project.


My advice is always to come up with a medium-sized project of your own,
then work it from beginning to end. That way you get exposure to all
facets of design and implementation. A project that can be done 100% ISO
standard is best. We can help when you get stuck.

As far as what to choose, pick something that interests you. A little
database for your music collection, a trivia game, a fantasy sports
stats collector and scoring system, whatever. Doesn't matter if you'd be
reinventing something already done, you're learning.

My learning project was a text-adventure game.


Brian Rodenborn
Nov 14 '05 #10
Sir ,
I had picked up a project and having some difficulty .
I am working on a project of designing a chip tester ,this thing
will test just the basic digital chips like (7400 , 7408 ,
etc)hardware part is over in software part I have to send some
singnals to the outside circuit and after lots of thinking I figured
out that I can use printer port for this .But problem is that I was
not able to figure out how to get it done in programe. How to
interface the printer port .Is there any book that teaches interfacing
in C .If possible please contect me at ------
on**********@yahoo.com
Nov 14 '05 #11
In <b8**************************@posting.google.com > sa************@yahoo.co.in (Harsimran) writes:
I had picked up a project and having some difficulty .
I am working on a project of designing a chip tester ,this thing
will test just the basic digital chips like (7400 , 7408 ,
etc)hardware part is over in software part I have to send some
singnals to the outside circuit and after lots of thinking I figured
out that I can use printer port for this .But problem is that I was
not able to figure out how to get it done in programe. How to
interface the printer port .Is there any book that teaches interfacing
in C .


MS-DOS and an MS-DOC C compiler are ideal for this kind of application.
Check the C compiler documentation to find out the name of the library
functions that give access to the I/O ports (they are non-standard
extensions of the C library).

And a bit of googling should provide all the information about the I/O
ports associated to a PC parallel interface.

For further discussion, use comp.os.msdos.programmer, as your question
has absolutely nothing to do with the C programming language.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Peivasteh | last post by:
Hi Anybody can help who know PHP . I want you to have look at this site first. http://www.bigshotmedia.com How this site use PHP to protect swf files to not download to cashin temparary folder....
2
by: Bernardo | last post by:
Hi, In Visual Basic there are modules where I can store public variables, Constants, etc. I have in a C# program a class that have a method to open a form. public void GUIGestaoAcessos(string...
8
by: bfhayes | last post by:
Hi, we are a non-profit healthcare agency in San Diego, CA. We are currently expanding to form a business involving Open Source technolodgy in the healthcare industry. We are in DIRE need of a...
0
by: marco.pavanelli | last post by:
The company Net Wise - www.netwise.it is looking for a young PHP programmer (25-30) years old, peferably with some experience with EZ-Publish. The job is for local candidates only and Net Wise is...
15
by: Xah Lee | last post by:
2007-03-29 Dear tech geekers, In a couple of posts in the past year i have crossed-posted (e.g. recently “What are OOP's Jargons and Complexities”, “is laziness a programer's...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.