Yup. Good meeting you man.
Sent from my DROIDX using Tapatalk
Printable View
Same here brotha.
I shoulda went
HAHAHA too funny lol.. and btw bubba if you know where the hospital is you can still drop off a gift at the front desk lol just add to the mountain allready there.. i got there at an odd time no one ever told me what time to get there and when i did get there at 1020ish 1030 ish the dude in the office building tried calling the cops on us, for what i dont know, but besides that awsome meet good to meet alot of folks and hang out with some new friends from the top notch crew
thanks to everyone who came out, there were a lot of toys to make a lot of children feel just that much better about spending christmas in a hospital
and Bacon, I apologize for not responding to your PM. I had not jumped on IA in time to see it.
No worries, man. I forget why I needed you to call anyways. I definitely look forward to doing it again.
I had an awesome time lol
Where will the pics and video be posted?
1.what is the unit of complexity? 2. diff b/w order $ degree of a tree ? three. diff b/w multiprogramming $ multiprocessor os. 4. in single processor how is the multiprogramming performed wen a job is performing i/o operation . is cpu not requrired for i/o operations. 5.plzzz support me out wid the solutions of coreman, esp of B-trees. 6. ADOBE is cmning to my cllg plzz assist out in how $ 4rm where to prepare for it esp. C .. i'm a beginner so assist me out so may i could get a place in it next year......
I have this assignment on hand which requires to be built in c. It is a kind of schedule that we have to keep and maintain for the whole year of our labs and training, and placement office. According to my calculation it will have round about 35000 records. Which data structure should I use?
Does it need to have none volatile storage (so its still stored if the machine is turned off or on?) Data structure wise, there is always the good ole linked list, but if you. can something like a tree will give better searching results (for slightly more overhead possibly.) Do you know how to "create" data structures in C alright?
1.what is the unit of complexity? 2. diff b/w order $ degree of a tree ? 3. diff b/w multiprogramming $ multiprocessor os. 4. in single processor how is the multiprogramming performed wen a job is performing i/o operation . is cpu not requrired for i/o operations. 5.plzzz support me out wid the solutions of coreman, esp of B-trees. 6. ADOBE is cmning to my cllg plzz assist out in how $ 4rm where to prepare for it esp. C .. i'm a beginner so help me out so may possibly i could get a place in it next year......
Hi I'm trying to decide which book to get. I have chosed two, Absolute C++ by Walter Savich and C++ Primer. Anybody know if one is better than the other? Any aid on this would be well appreciated. Thanks. Danny20
Bit of history for you first - C was invented inside the 70s by Dennis Ritchie, by the 80s it had turn out to be quite well-liked and a book (known as the C programming language) was published by Ritchie and Kernighan which acted as an informal standard (known as K&R C.) Throughout the 80s ANSI were working towards a formal standard, which appeared in 1989 called C89. Some finetuning was done in 1990 along with a new standard, C90 was published. All good - until 1999, when another version of the standard was published, called C99. Why is this a problem? Well whilst compilers implement C90, none implement the whole of the C99 standard. You, may be thinking that C99 isn't all that important then - wrong, C99 allows us to do things such as declare variables throughout the code and use the C++ (//) style comment... but whilst many compilers do support these, none promise to support all aspects of the standard. I have often wondered why. As an aside, there is some work towards a new standard, not sure if/when it will be released though - its informally called "C1x"
Hi I'm trying to decide which book to get. I have chosed two, Absolute C++ by Walter Savich and C++ Primer. Anybody know if one is better than the other? Any help on this would be well appreciated. Thanks. Danny20