Embarcadero Webinar C++ latest features

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts, Software Events
  <h1>Embarcadero Webinar - Useful C++ Features You Should be Using</h1> The Embarcadero webinar are usually excellent and short providing you insight on the latest features for C++ Builder.  Even if you do not use the product there is a possibility that you will pick up some new clue on how to use C++. David Millington knowledge on the product line is a breathe of fresh air and hopefully puts this compiler on a better path for getting updates or upgrades.  The future of the product will be for Linux server application development by the fall.  In comparison with Visual Studio, Rad Studio does cost money but the product is superior in usage and application development.  You can use Visual Studio Community which is free but it is at times confusing…
Read More

More Coding in Delphi Book Review

Book Reviews, Rad Studio Delphi Development
More Coding in Delphi Book Review Nick Hodges has released the latest additional to the Delphi world called "More Coding in Delphi".  The book is a pretty neat manual but more on the theory side then actual code.  There are samples in each chapter but this is not a typical technical manual that breaks down the syntax concerning Delphi.  The predecessor "Coding in Delphi" was very similar and could be considered part one that dives into object pascal aspects of Delphi. The Chapters are about 12 to 20 pages each and deals strongly in the object oriented Delphi or Object Pascal.  You can pick up both books together for a low cost at various web stores and they are a highly recommended book to pick up.  You can use the knowledge…
Read More

Software Development planning or how not to have a project from Hell!

Software development Concepts
Recently I was given an assignment to develop an Android application and the agreement to the price was based on the client's budget which sometimes you get what you agreed to. What I would like to do with this posting is give young software developers guidelines on how to forge a better project and attitude towards completion for the client and the developer. This is based on recent past experience where the client either kept adding on, told that the development was not what they expected, graphics not cut correctly by the client and finally target dates missed. The following insights provide any developer with a check list making sure the project is ready to be designed, developed and finally released. Payment Payment, to judge the amount of time needed…
Read More

Lazarus Pascal Release Version 1.4

Software Events
The free Pascal compiler, Lazarus version 1.4 has been released and can be obtained for free by clicking here! The work involved by developers to get a free Windows / Linux / Mac compiler for anyone to use is simply amazing. The work is based on contributions provided to the programmers who provide free time to get this outstanding compiler ready. Everything you need to develop a Rad type of application which is driven using Pascal is quick and easy to set up. The application works pretty much like Delphi 7 did allowing users to drop components on the forms and set up simple code for events. Lazarus is a Delphi compatible cross-platform IDE for Free Pascal. It includes LCL which is more or less compatible with Delphi's VCL. Free…
Read More