Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … running into problems. I've seen advice like this before but typically there is no advice on how to determine how much… space is enough. Fortunately, I have determined over the years how big my C Re: Hello, my name is ____, and I'm addicted to daniweb. Community Center Geeks' Lounge by mattyd … of time here lately (perhaps only monitoring posts and reading C++ advice more than posting helpful replys) Its nice and what I… Re: C++ advice (scanf/printf) Programming Software Development by Narue >C is not the be-all end-all of programming languages. Blasphemy! :twisted: Re: C++ advice (scanf/printf) Programming Software Development by Ancient Dragon >>C is a small language, and is best served by a small book but it has an abnormally huge price! Just because K&R was written by the language's authors doesn't mean it is any better than books twice as big and half the price. That K&R book with white cover is grossly overrated. Re: C++ Books Programming Software Development by Narue C Unleashed by Richard Heathfield and friends should cover most of what you need. Re: C++ Books Programming Software Development by NicAx64 C++ annotations GNU book. #sudo apt-get install c++-annotations-html f or web :[url]http://www.icce.rug.nl/documents/cplusplus/[/url] you can also contribute to this open source book [url]http://sourceforge.net/projects/cppannotations/[/url] Re: C++ Books Programming Software Development by leadgeneration C++ by Walter Savitch is a nice book too.thanks for your post.. Re: C++ Books Programming Software Development by eddiecrosby C + + has really taken a new direction since the standard was finalized, and a book that has ignored the progress made by the ISO committee is not really worth buying for someone who is new to C + +. Re: C++ Books Programming Software Development by Divyab C++ by Herbert Schildt is the best book to refer. Constructors, destructors, Templates all topics are explained properly in the book Re: C++ Books Programming Software Development by sheikh.islampollob C++ Primer (5th edition) is the best book written in C++. It really covers a broad range of topics concerning basic C++, it's inner working, portability issues and most importantly memoty management issues. http://www.amazon.com/Primer-5th-Edition-Stanley-Lippman/dp/0321714113 Re: C++ Books Programming Software Development by Neuman C++ How to Program (Early Objects Version) (9th Edition) (Deitel, How to Program). For me it's very good, for all knowledge levels. Re: C++ Books Programming Software Development by sandeepjkl c++ is a very nice books in c++,2nd edition by Bruce Eckel im currently reading beginning c++ game programming by Michael Dawson Re: C++ Books Programming Software Development by mack1 C++ Primer & Black Book is the best book for C++. Re: C++ Primer Plus or Bjarne Stroustrup for beginners? Programming Software Development by mrnutty ++C++ Primer Plus fstream, read/write advice Programming Software Development by Leppie Advice sought? Hi, I'm trying to create a program that … way for?" He should just (insert your expertise and advice here). Yes I'm a noob, hence this question, "… try putting it all together I thought I'd seek advice on is this the correct way to go about it… Junior C# Interview tomorrow Advice please Programming Software Development by Que336 C# Interview tomorrow Hello fellow programmers. I know this …do with code but I really need some advice. I have a .NET(C#) interview tomorrow for a junior vacancy. The…is why I am looking to make the switch to C#. I have worked on my own at home, …switch now rather than later because I enjoy working with C# although I still have a lot to learn. I… Re: Starting " C " Programming Software Development by TkTkorrovi C wiki, with a lot of resources [url]http://www.iso-9899.info/wiki[/url] Re: Starting " C " Programming Software Development by stevexavior C is the very basic computer language .It is easy to learn.But nowadays its usage is very low.because of other advanced languages Re: Starting " C " Programming Software Development by confidence123 C is the procedural language . It is also called high level language.. Re: seats assinging programme for a plane + C++ check program strength Programming Software Development by Zcool31 Advice for asking questions: Don't just copy-paste hundreds of … Re: "Project ideas in C" Programming Software Development by rithish c database connecivity which is very rare why cant u try that.applications like calculator Re: I need a Pseudocode or advice here,Please help!! Programming Software Development by Eager Student C#,C OR C++, But I need a pseudocode not you do the coding for me or flowchart.Yes I have begun it.Eager Student Re: C++ vs Java for system programming Programming Software Development by rozermartin28 C++ is better for system programming. Java is better than c++ for internet programming. so, I advice you to go for c++ (if you want to do system programming). Re: Learning C# Program Design Programming Software Development by skatamatic C# and C++ are very similar in syntax (although quite a bit different … basically translate between the 2 languages very easily. But C# extends on C++ with quite a few features. LINQ, the .Net framework… Re: Linked list using 2 structs and pointers Programming Software Development by Ancient Dragon Advice? Yes,just do as you were told. What don't you understand about the instructions? What have you done so far to correct your program? >node* start; //but arent these the two //pointers being referred to? No. He means to put two pointers inside he structore, one for next and the other for previous nodes within the linked list. Re: Trouble with loops Programming Software Development by WaltP Advice #1: Reformat so the code is readable. Your indenting makes the code unreadable. [url=http://www.gidnetwork.com/b-38.html]See this[/url]. Re: Book advice Community Center by linux C Programming for Dummies C Programming (in the O'Reilly series) Google for C books Re: Type Conversion of User Input: Programming Software Development by WolfPack C or C++? Re: Gurus and coders...HELP!! Programming Software Development by VernonDozier Advice on how to implement the functions would be counter-productive … Re: Visual Studio 2008 - Missing MSVCR80D.dll??? Programming Software Development by caut_baia C:\Program Files\Microsoft Visual Studio 8.0\VC\vcvarsall.bat. I just copy/pasted this and it seems i got the directory wrong.It's not bin but you get the idea.Sorry