i m relatively new to this group. i just want to know, is there any
site which can provide any help on advanced C topics such as machine
interaction through C, memory management through C etc 7 1590
ashu <ri*********@yahoo.com> wrote: i m relatively new to this group. i just want to know, is there any site which can provide any help on advanced C topics such as machine interaction through C, memory management through C etc
Memory management is not an advanced topic. If you can't handle
malloc() and free(), find another language.
--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Christopher Benson-Manica wrote: ashu <ri*********@yahoo.com> wrote:
i m relatively new to this group. i just want to know, is there any site which can provide any help on advanced C topics such as machine interaction through C, memory management through C etc
Memory management is not an advanced topic. If you can't handle malloc() and free(), find another language.
-- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
There isn't need to beat-up on the guy... Is there.
Christopher Benson-Manica wrote: ashu <ri*********@yahoo.com> wrote:
i m relatively new to this group. i just want to know, is there any site which can provide any help on advanced C topics such as machine interaction through C, memory management through C etc
Memory management is not an advanced topic. If you can't handle malloc() and free(), find another language.
-- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Seems overly harsh. There can be interesting memory managment
issues such as reference counting, garbage collection, tools
for analyzing memory usage/corruption/etc, overriding/replacing
library *alloc/free, writing and using your own memory management
scheme, etc. Some of which are on topic here, some not.
As for the OP, I don't have any references handy, sorry.
But it is a perfectly fine question. For the machine interaction part,
you might ask in groups dedicated to your target platform(s) and
get some good pointers there. I don't think interaction with the
hardware via "C" is a generic/portable enough question to get useful
responses in comp.lang.c.
-David
David:
I think you should start with some book of C programming. Something
like "Absolute Beginner's Guide to C" by Greg Perry. This will give you
the basic knowledge.
Hope this help.
David Resnick ha escrito: Christopher Benson-Manica wrote: ashu <ri*********@yahoo.com> wrote:
i m relatively new to this group. i just want to know, is there any site which can provide any help on advanced C topics such as machine interaction through C, memory management through C etc
Memory management is not an advanced topic. If you can't handle malloc() and free(), find another language.
-- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Seems overly harsh. There can be interesting memory managment issues such as reference counting, garbage collection, tools for analyzing memory usage/corruption/etc, overriding/replacing library *alloc/free, writing and using your own memory management scheme, etc. Some of which are on topic here, some not.
As for the OP, I don't have any references handy, sorry. But it is a perfectly fine question. For the machine interaction part, you might ask in groups dedicated to your target platform(s) and get some good pointers there. I don't think interaction with the hardware via "C" is a generic/portable enough question to get useful responses in comp.lang.c.
-David la***********@gmail.com wrote: David:
I think you should start with some book of C programming. Something like "Absolute Beginner's Guide to C" by Greg Perry. This will give you the basic knowledge.
Hope this help. David Resnick ha escrito:
Christopher Benson-Manica wrote: ashu <ri*********@yahoo.com> wrote:
> i m relatively new to this group. i just want to know, is there any > site which can provide any help on advanced C topics such as machine > interaction through C, memory management through C etc
Memory management is not an advanced topic. If you can't handle malloc() and free(), find another language.
-- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Seems overly harsh. There can be interesting memory managment issues such as reference counting, garbage collection, tools for analyzing memory usage/corruption/etc, overriding/replacing library *alloc/free, writing and using your own memory management scheme, etc. Some of which are on topic here, some not.
As for the OP, I don't have any references handy, sorry. But it is a perfectly fine question. For the machine interaction part, you might ask in groups dedicated to your target platform(s) and get some good pointers there. I don't think interaction with the hardware via "C" is a generic/portable enough question to get useful responses in comp.lang.c.
-David
Please don't top post, and also I wasn't the person asking the
question.
While my knowledge of C is perhaps not complete, I think the
"Absolute Beginners Guide" isn't called for :)
-David
David Resnick wrote: la***********@gmail.com wrote: I think you should start with some book of C programming. Something like "Absolute Beginner's Guide to C" by Greg Perry. This will give you the basic knowledge.
.... snip ... Please don't top post, and also I wasn't the person asking the question. While my knowledge of C is perhaps not complete, I think the "Absolute Beginners Guide" isn't called for :)
The millenium has arrived! Two googlers, both of whom quote, and
one who knows better than to top-post.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
CBFalconer wrote: The millenium has arrived! Two googlers, both of whom quote, and one who knows better than to top-post.
I've been posting on usenet since 1989, so I'm not exactly the
normal "googler" who discovered this medium via google groups.
And I now just use google groups from work, I have better
access at home.
-David This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Jason Sirota |
last post by:
I am an advanced database and vb programmer but recently my position
has called for advanced archtecture descisions enterprise-wide.
Although I...
|
by: frozenee |
last post by:
I've noticed that the listings in help don't take you to correct topic.
anyone else have this problem? Is there a fix?
|
by: MLH |
last post by:
I need a fundamental explanation of Class Modules - something suitable
for newbies. Access 2.0 didn't seem to focus on them very much. Now
that I'm...
|
by: Guoqi Zheng |
last post by:
Dear sir,
My forum site is getting much slower. At this moment, it takes 20 seconds
for the first hit. The second hit is much quicker, I think it...
|
by: John Robert |
last post by:
Hi!
Anyone has recommendations for advanced ASP.NET books? By
advanced, I mean complicated stuff... not just
authentification and datagrid...
|
by: manochavishal |
last post by:
Hi,
Can anyone recommend Book on C which covers all the advanced topics.
Looking for the most advanced book on C. i have gone thru Expert C...
|
by: Jon Shemitz |
last post by:
Advanced Delegates
Delegates may be the least-understood part of the CLR. Delegates look
a bit like method pointers, but the differences go well...
|
by: learning |
last post by:
this is a very godo C# course that teaches C# 3.0 features and some
more advanced C#2.0 topics
taught by SRobertson, the LADOTNET developer group...
|
by: tridirk |
last post by:
Hi; I am getting a Objceted Expected Error on my forum site. I can't find what is wrong?
Line:
Char:
Error: Object expected
Code:0
the...
|
by: better678 |
last post by:
Question:
Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct?
Answer:
Java is an object-oriented...
|
by: teenabhardwaj |
last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
|
by: CD Tom |
last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
| |