Forum: Software Design and Algorithms
Nov 20th, 2007, 5:08 AM
|
|
Replies: 2
Views: 135
Adding using modulo arithmetic
Hi,
I’ve got a counter which is incremented by 2 under certain conditions. This counter has been defined as a 32-bit modulo type. If I was to set all bits true and then increment by 2 – what would...
|
Forum: Coder's Corner Lounge
Nov 20th, 2007, 5:05 AM
|
|
Replies: 15
Views: 570
|
Forum: Coder's Corner Lounge
Nov 19th, 2007, 4:36 PM
|
|
Replies: 15
Views: 570
Re: Solid dependable job or Career?
Thanks for the reply. I do have my resumeonline and am sending it out. However, i'm not gettting any responses - which is annoying me.
I know it is because of my lack of commerical skills such as...
|
Forum: Coder's Corner Lounge
Nov 19th, 2007, 4:09 PM
|
|
Replies: 15
Views: 570
Solid dependable job or Career?
Hi,
I'm working in software engineering testing life critical software for the aerospace industry and after over 7 years in this position I am feeling weighed down by the monotonous boredom of the...
|
Forum: Community Introductions
Oct 20th, 2007, 1:06 PM
|
|
Replies: 6
Views: 273
Re: Career guidance - SCJP
I was asking adivce on this previously, but I thought it was on another forum...
In the intervening time I had a chat with my boss and certain things were promised which still have not come to...
|
Forum: Community Introductions
Oct 20th, 2007, 11:26 AM
|
|
Replies: 6
Views: 273
Career guidance - SCJP
Hi,
I'm an engineer needing some adive about career progression.
Presently I work as a Senior Sftware Engineer in an Aerospace company verifying software for Safety Critical Systems.
I have...
|
Forum: Software Design and Algorithms
Jul 2nd, 2007, 4:09 AM
|
|
Replies: 5
Views: 198
|
Forum: Software Design and Algorithms
Jul 1st, 2007, 11:40 AM
|
|
Replies: 5
Views: 198
|
Forum: Software Design and Algorithms
Jun 29th, 2007, 3:32 PM
|
|
Replies: 5
Views: 198
|
Forum: Other Programming Languages
Mar 13th, 2007, 7:20 AM
|
|
Replies: 6
Views: 337
|
Forum: Other Programming Languages
Mar 13th, 2007, 7:19 AM
|
|
Replies: 6
Views: 337
|
Forum: Other Programming Languages
Mar 13th, 2007, 6:17 AM
|
|
Replies: 6
Views: 337
|
Forum: Other Programming Languages
Mar 8th, 2007, 10:32 AM
|
|
Replies: 3
Views: 219
|
Forum: Other Programming Languages
Mar 8th, 2007, 9:39 AM
|
|
Replies: 3
Views: 219
Job application question
Hi,
i'm trying to fill in a job application and one of the sections where I have to fill in my experience is as follows:
Good understanding of fundamental computing concepts including general...
|
Forum: Java
Feb 12th, 2007, 6:10 PM
|
|
Replies: 6
Views: 266
mrynit, are you a lecturer or a student?
I've...
mrynit, are you a lecturer or a student?
I've used the Dietel & Dietel book Java: How to Program and was wondering if you know how it compares to the one you mention?
I want to get something that...
|
Forum: Java
Feb 6th, 2007, 2:45 PM
|
|
Replies: 6
Views: 266
|
Forum: Java
Jan 23rd, 2007, 5:28 PM
|
|
Replies: 10
Views: 434
Hi guys,
Thanks for all the replies. i've got...
Hi guys,
Thanks for all the replies. i've got an interview tomorrow for a company in the telecommunications field called Intelliden - have any of you heard of them?
They are looking for software...
|
Forum: Coder's Corner Lounge
Jan 23rd, 2007, 2:27 AM
|
|
Replies: 3
Views: 250
Software Engineer
BEng (Honours) Electrical &...
Software Engineer
BEng (Honours) Electrical & Electronic Eng
MSc (Disctintion) Computer Science & Applications
Post Graduate Certificate in Management
Chartered Engineer
6.5 years total experience...
|
Forum: Coder's Corner Lounge
Jan 22nd, 2007, 5:58 PM
|
|
Replies: 3
Views: 250
|
Forum: Java
Jan 18th, 2007, 12:56 PM
|
|
Replies: 10
Views: 434
I used Java in my CS course but API and OO was...
I used Java in my CS course but API and OO was lightly touched on and I have no real experience of them since (over 6 years ago) so I am loathed to say I have knowledge. I don't like bullsh*tting...
|
Forum: Java
Jan 18th, 2007, 11:13 AM
|
|
Replies: 10
Views: 434
I have a honours degree in Electrical &...
I have a honours degree in Electrical & Electronic Eng & and Masters in Computer Science.
I have no real programming experience as I've mostly worked with in house languages in my job.
The...
|
Forum: Java
Jan 17th, 2007, 7:24 PM
|
|
Replies: 10
Views: 434
Sun Certified Java Programmer - is it worth it?
Hi,
I am thinking of doing course in Java to beef up my CV/Resume. At present i work in Aeronautical Engineering doing mostly verification work to DO-178B Cat. A (the highest standard in this...
|
Forum: C++
Nov 14th, 2006, 4:42 PM
|
|
Replies: 1
Views: 118
Framing Program
Hi,
I've wrote a program to ask a user to input their name and then frame a greeting to them. For example, if their name was Jimmy, the output would look like:
*****************
* ...
|
Forum: C++
Oct 26th, 2006, 6:22 PM
|
|
Replies: 1
Views: 105
Concatenating Strings and String Literals
Hi,
I've been working through section 1 of Accelarated C++ and I can't explain the following programs:
// Exercise 1-1 Are the following definitons valid
// const std::string hello = "Hello";
//...
|
Forum: C++
Oct 9th, 2006, 5:33 PM
|
|
Replies: 5
Views: 168
The thing that confuses me about const...
The thing that confuses me about const std::string five_stars( 5, '*' ); is that to me it is calling a method with 2 passed parameters - one being the length of the string greeting and the second...
|
Forum: C++
Oct 9th, 2006, 5:25 PM
|
|
Replies: 5
Views: 168
|
Forum: C++
Oct 9th, 2006, 4:08 PM
|
|
Replies: 5
Views: 168
Framed Inputs
Hi,
I've been muddling my way through the following example and I've got some questions on it which I hope you can answer simply.
// Ask for a persons name and greet this person
#include...
|
Forum: C++
Oct 4th, 2006, 3:56 AM
|
|
Replies: 14
Views: 425
It might be retarded question but I am learning...
It might be retarded question but I am learning C++ from home and the exercise in the book asked the question - not me, i'm trying to answer it.
Call them retards not me. Plus that is an offensive...
|
Forum: C++
Oct 3rd, 2006, 5:48 PM
|
|
Replies: 14
Views: 425
Shortest program in C++
Hi folks - quick query - isn't this the shortest program you can write in C++ (ignoring comments):
// Exercise 0-9
// What is the shortest valid program?
int main()
{
}
|
Forum: C++
Sep 25th, 2006, 5:03 PM
|
|
Replies: 9
Views: 324
Deciphering Hello World!
Hi,
I've been looking at the program Hello World and I've got some questions about a few of the lines contained in it.
Firstly
#include <iostream>
I believe that this line calls part of C++...
|
Forum: C++
Sep 6th, 2006, 4:59 PM
|
|
Replies: 14
Views: 392
|
Forum: C++
Sep 3rd, 2006, 12:24 PM
|
|
Replies: 14
Views: 392
|
Forum: C++
Aug 31st, 2006, 4:12 PM
|
|
Replies: 14
Views: 392
|
Forum: C++
Aug 30th, 2006, 6:15 PM
|
|
Replies: 14
Views: 392
|
Forum: C++
Aug 29th, 2006, 7:35 AM
|
|
Replies: 14
Views: 392
I haven't installed a Boreland compiler. I...
I haven't installed a Boreland compiler. I downloaded the following setup: Code::Blocks IDE, with MINGW compiler
I guess I'm asking the IDE to look for the incorrect compiler. I should be asking...
|
Forum: C++
Aug 28th, 2006, 4:27 PM
|
|
Replies: 14
Views: 392
|
Forum: C++
Jun 5th, 2006, 6:48 AM
|
|
Replies: 27
Views: 785
|
Forum: C++
May 30th, 2006, 8:02 AM
|
|
Replies: 27
Views: 785
What IDE/Compiler should I use to develop C++?
Hi,
I am starting to learn c++ and I'm wondering what is the best platform/compiler to use?
I don't want to outlay a lot of money on this but I do want something that is worth setting up. I tryed...
|
Forum: C++
May 25th, 2006, 3:13 AM
|
|
Replies: 2
Views: 180
C++ Formal training/qualifications???
Hi,
I'm an engineer wanting to gain formal training in C++ through home learning. I am having difficulty getting a course which will provide formal recognition that i have obtained a certain...
|