DSKR said:
Please don't get frustrated.
why not ?
you have mis-quoted me ... how would you like it if I said that
"DSKR has said that using integers is an advanced C concept" ???
you wont like that very much, will you ?
It is very clear that you are not going to
accept anything in words.
actually, if you were to *post* something significant other than your
own opinion (and thus far, your argument has been "everyone knows that
ADT's and treesa, etc are advanced C concepts), I would gladly shut up.
I have shown you so many evidences to support my
argument, in my earlier post today.
no you haven't. only a single one of the 20 results you looked at
from google refers to stacks, trees, ADTs, etc as "advanced", all the others
do not!!!
I can show you many
more.....books...courses....tutorials...etc
if you can, then go ahead.
otherwise stfd
*Show* me evidences to prove
your argument.
*you* made the claim, *you* show the proof.
do you even remember what your argument was ???
if you cannot even remember (and I can see that you dont, or
else you would not have asked me to prove my argument), then
what the hell are you going on about?
for the last time (and pay close attention, i'm giving you a clue)
stacks, trees and other ADTS are not specific to the C programming
language. they can be implemented in *most* languages.
therefore they are *not* advanced C concepts, for if they were, then
they would also have to be advanced java concepts, advanced assembly
concepts, advanced pascal concepts, advanced c++ concepts, etc ad nauseum
....
they are *NOT*, repeat, _NOT_ advanced from the language pov. you may,
if you so wish, consider them to be advanced data structure concepts.
advanced C, I would think, would be implementing function-lookup tables
to do runtime-overloading, writing data-containers that are generic
(as Neil Cerutti pointed out), implementing OO, along with inheritance.
writing a mere stack, or binary tree, ar queue, or doing bit
manipulation is simple in comparison, once you know how your data
structure is supposed to work.
how can you call something that is thought to all college first-years
(who are studying C) "advanced" is beyond me ...
if it was advanced, varsities might wait till the students are in
their second year before teaching it to them.
hand
goose,
btw, search "introduction to C" and "stacks" on google. a lot of courses
teach stacks to the first-year students.