|
|
prerequisites to learning C
Since I'm more or less a novice in C, I would like to know what online
material I can refer to so that I can easily understand
1. The mathematics involved( numeral system etc)
2. Compilation procedure, libraries, OBJ files etc etc
Can anybody provide some links ?
|
|
0
|
|
|
|
Reply
|
Broli00 (348)
|
3/12/2008 8:27:48 PM |
|
broli wrote:
> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
>
> 1. The mathematics involved( numeral system etc)
Any high school textbook ought to be enough to start with.
<http://www.eskimo.com/~scs/cclass/mathintro/top.html>
Also there are lots of tutorials on the Net for binary arithmetic,
boolean logic etc. A Google search will get you a lot of links.
> 2. Compilation procedure, libraries, OBJ files etc etc
<http://www.iecc.com/linker/>
> Can anybody provide some links ?
|
|
0
|
|
|
|
Reply
|
santosh.k83 (3969)
|
3/12/2008 8:40:36 PM
|
|
broli <Broli00@gmail.com> writes:
> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
>
> 1. The mathematics involved( numeral system etc)
A good start is the tutorial section in K&R2. Anything else is easily
googled up.
>
> 2. Compilation procedure, libraries, OBJ files etc etc
http://www.network-theory.co.uk/docs/gccintro/gccintro_8.html
is a good start.
>
> Can anybody provide some links ?
|
|
0
|
|
|
|
Reply
|
devr_ (448)
|
3/12/2008 9:04:12 PM
|
|
On Mar 12, 4:27 pm, broli <Brol...@gmail.com> wrote:
> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
>
> 1. The mathematics involved( numeral system etc)
>
> 2. Compilation procedure, libraries, OBJ files etc etc
>
> Can anybody provide some links ?
Programming from the Ground Up Book -By Jonathan Barlett is the right
kind of book for you.
you can download it from here:-
http://download.savannah.gnu.org/releases/pgubook/
|
|
0
|
|
|
|
Reply
|
aarklon (253)
|
3/14/2008 5:12:57 PM
|
|
|
3 Replies
15 Views
(page loaded in 0.075 seconds)
Similiar Articles: Glassfish and Tomcat: memory requirements - comp.lang.java.help ...I learn NetBeans with Glassfish and Tomcat installed. Which will work faster with ... the major IDEs (e.g. NetBeans, Eclipse) to be altogether too slow for my requirements ... insufficient physical memory while oracle installation - comp.unix ...> Really, how did you grow up without learning to combine pieces of information > to ... Am 10.10.10 15:59, schrieb happytoday: >>> >>>>Checking physical memory requirements ... BIOS/Protected Mode - comp.lang.asm.x86... ll all be assimilated into EFI by Intel, but yikes, that means I'd have to learn 'C'. ... copy portions of it into RAM or execute them in place, depending on speed requirements. solving nonlinear simultaneous equations - comp.soft-sys.matlab ...Typical simple example is A*X + X*B = C The ... filter difference equation and solve for the ... requirements ... want to follow a particularphysical example to learn ... Converting character to float. - comp.lang.fortranI am learning fortran by writing a series of short programs and have met with some ... It doesn't yet support decimal floating point, but requirements for such have been ... Neatest way to get the end pointer? - comp.lang.c... com/ comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c ... same. > > with a footnote: > > The same representation and alignment requirements ... truncate file - comp.lang.c++.moderatedAre there cases where a program absolutely fails to meet its requirements because it ... com/ comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c ... class definition containing member of own type - comp.lang.c++ ...Of course, I would not be shocked to learn that char array[sizeof(MyClass)] were ... However, the container requirements classify instantiating a library container with an ... Random access to content of archived files without extraction ...Am I right here to learn from this, that bzip2 format is not suitable for what I ... purposes) storage can be neglected from the point of view of commercial requirements? Dos and don'ts in C++ unit testing? - comp.lang.c++.moderated ...(To learn more about this google "Cyclomatic Complexity".) > I am on a hobby ... Consider writing the requirements specifications first, then write the class and its ... Before You Start - Requirements for the C# Tutorial.A list of requirements needed before starting the C# tutorial. ... Before You Start. The C# tutorial is suitable for anyone even if you haven't programmed before but ... Before You Start - Requirements for the C++ Tutorial.A list of requirements needed before starting the C++ tutorial. 7/18/2012 10:48:16 AM
|
|
|
|
|
|
|
|
|