-
as seen on Programmers
- Search for 'Programmers'
I am lead developer and team lead in a small RAD team. Deadlines are tight and we have to release often, which we do, and this is what keep the business happy.
While we (the development team) are trying to maintain the quality of the code (clean and short methods), I can't help but notice that the…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
hi can anyone surggest anywhere or any online material, that will serve as a short (1 day) course to cover the basics of spring, hibernate, webflow, richfaces, jsf, beans
I am trying to find one that just covers the basics, (how to create this, this and this, and heres another way, these are the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need a refresher on moving classes from one file into two files. My sample code is in one file called "external_class_file_main". The program runs fine and the code is shown below:
Public class external_class_file_main {
public static int get_a_random_number (int min, int max) {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi.
I need help with accessing class properties within a given class.
For example, take the below class:
public partial class Account
{
private Profile _profile;
private Email _email;
private HostInfo _hostInfo;
public Profile Profile
{
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It's been a longtime since I've done any C++ (probably about 13 years, since I graduated college). I've developing in various others languages since then. My new gig uses a fair bit of C++. Any recommendations for getting bootstrapped?
To clarify -- I don't need an "into to programming" book.…
>>> More