Thread: Lawrenceville Press: A guide to programming in c++

  1. #1
    Unregistered
    Guest

    Lawrenceville Press: A guide to programming in c++

    a warning to anyone who even remotly considered buying this book! dont it is utter crap! worst c++ book i have ever seen... damn school made me buy it the reason it is so bad is because it does not teach you c++. it teaches you a Lawrenceville Press version of c++ they have all these retarded librairies that they want you to use... they even have you using their modified msvc++ 6.0 compiler

    randomize.h <- common is srand(time(NULL)) that hard?!
    string.h <- common is char that hard?! by the way its not the string.h found in most c++ compilers they seem to have removed that :P
    array.h <- they dont want you thinking :P i guess char[10][10] is too complex
    gui.h <- couldnt they teach us the real way?!

    in conclusion dont buy this pos!

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >they even have you using their modified msvc++ 6.0 compiler
    Lame. Will their code run on other compilers? If not then I'll have to agree with you.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Unregistered
    Guest
    Originally posted by Prelude
    >they even have you using their modified msvc++ 6.0 compiler
    Lame. Will their code run on other compilers? If not then I'll have to agree with you.

    -Prelude
    nope =[

  4. #4
    another Unregistered
    Guest
    Can you post some code to look at and try compiling? This sounds interesting

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [HELP] key press
    By Dakaa in forum C Programming
    Replies: 6
    Last Post: 05-30-2009, 11:16 AM
  2. A key press funtion
    By getinhigh4life in forum Game Programming
    Replies: 3
    Last Post: 08-08-2008, 10:58 PM
  3. render OpenGL geomatry on dialog box button press
    By psychopath in forum Windows Programming
    Replies: 0
    Last Post: 08-20-2004, 08:49 PM
  4. send key press to dev-4
    By niklaskr in forum Windows Programming
    Replies: 2
    Last Post: 07-13-2002, 04:20 PM
  5. Enter Char w/o having to press [Return]
    By Okiesmokie in forum C++ Programming
    Replies: 11
    Last Post: 02-17-2002, 02:22 PM