Tagged Questions
The primer tag has no wiki summary.
18
votes
11answers
1k views
The Community-Driven GDB Primer
I was reading this question and realized it might be helpful for entry- and pro-level developers alike (including myself) to have a common reference for best practices in using gdb.
Many questions ...
6
votes
8answers
152 views
C++, Classes, Const, and strange syntax
I was re-reading c++ primer(4th ed.) today - the section on member functions and const references etc, and I came up with this wierd little program:
using std::cout;
using std::endl;
class ...
5
votes
2answers
553 views
How should I undo damage caused by reading “C++ Primer Plus”? [closed]
Unfortunately, I failed to do the proper research prior to reading Stephen Prata's C++ Primer Plus. After reading Amazon reviews I concluded (incorrectly) that C++ Primer Plus was a great introductory ...
3
votes
6answers
376 views
I purchased Delphi 2010 and TMS Components and need help with documentation
I learnt procedural pascal on a Prime 26 years ago at university, and since graduating have worked with a database language called DataFlex on Unix servers. My organisation needs software solutions ...
2
votes
3answers
217 views
PDF file generation in Perl, is there a primer to get one started
I'm needing to generate some pdf reports dynamically from a Perl web app. I'm thinking PDF::API2::Simple, but I know nothing about PDF standards/technicalities. Is there some kind of primer to get ...
1
vote
5answers
241 views
PHP: global variable alternatives?
I'm working on a PHP project, and from time to time between things I read online and things I see in forums, etc. I keep reading that you shouldn't use php globals. Making sure that I don't get that ...
1
vote
4answers
368 views
Delphi printing primer
I need to add printing capabilities to an app and I have been looking around for information about printing. Logical/physical sizes, dpi, font scaling, etc, lots to digest since I never programmed ...
1
vote
3answers
823 views
Can you recommend a good primer for writing flash games?
I wrote a simple asteroids clone prototype in the PopCap framework, and want to port it to flash. I am not looking for specifics but rather a good primer for writing games in flash. I have searched on ...
0
votes
2answers
37 views
Looking for Java Primer 100 page top cliffnotes [closed]
Hi I am looking for a simple way to create a short course about Java 5, I am trying to find something like a 100-50 page cliffnotes slide show or website. Does anyone know here I can find something ...
0
votes
3answers
482 views
C++: How to make a program read words instead of character? And how to make the program stop reading when entering a “lone” character?
I need help with Excercise 7 in Chapter 6 of Stephen Pratas "C++ Primer Plus 5th Edition".
The excercise is to write a program that reads input from the user as "words" and count the vowels and ...
0
votes
4answers
5k views
C# GUI primer tutorial
Coming from Access, I am totally unfamiliar with building a GUI or even a program. For C# application building, can someone point me to a primer or tutorial that will explain to me how to build a GUI, ...