| | |
What Certifications do You Have?
![]() |
c++ aint hard if you stars out with console apps e.g my 1st app (it sux so bad tho)
/main.cpp
//Copyright James Bennet 2006 - Engine source code available on request
//A small RPG I am making for me and my friend to play as well as to learn c++
#include <cstdlib>
#include <iostream.h>
#include <time.h>
#include <stdio.h>
using namespace std;
////////////////////////////////////////////////////////////////////////////////
class person //Nicked the idea for this from fallouts s.p.e.c.i.a.l system
{
public:
int lvl;
int gold;
int p;
int e;
int c;
int i;
};
////////////////////////////////////////////////////////////////////////////////
int main(void)
{
person player1;
int action;
srand((unsigned)time(0)); //Makes the stats random, based on system time
player1.p = 1 + rand() % (10);
player1.e = 1 + rand() % (10); //Generates the random stats
player1.c = 1 + rand() % (10);
player1.i = 1 + rand() % (10);
cout << endl << "Welcome to my RPG - James Bennet 2006" << endl
<< endl << "Your Stats Are: "
<< endl << endl << "Perception: " << player1.p
<< endl << "Endurance: " << player1.e
<< endl << "Charisma: " << player1.c
<< endl << "Intelligence: " << player1.i
<< endl;
system("PAUSE"); //The push any key prompt
return EXIT_SUCCESS;
}
//////////////////////////////////////////////////////////////////////////////// If i am helpful, please give me reputation points.
IT hardware and Software technologies change so fast. Certs or no certs the key is you can't stop. Once you're on the roundabout if you don't keep learning and reading off your own back, the game's up!
I've been trying to get my employers to cough up for MCAD so long, when I finally landed a job where they promised it would be part of the package it's gone out of date (still available but MCPD is it's replacement)
I feel any form of higher/further education directly to do with your career or not is a good thing because the vital skills you learn are self motivation, social skill and the ability to research and assimilate new information. Once you know these you can turn your brain to most things. When an employer interviews you he/she is as scared as your are, if they hire the wrong person it could cause a real business headache and huge costs. They're not looking for a long list of certs, as long as there's something. What they really need is to be put at ease by you showing them in the interview you can think smart and take care of the job in hand.
So you need to get something but don't panic too much about what the course title is or what's the flavour of the month cert, just get one. All you're trying to do is show you can learn and pass things (you're a smart person) The rest is down to your self confidence and how well you can sell yourself.
For me the only real certification is the little slip of paper with your salary on it, if you're taking one of those home you're not far off the target.
------
Oh yeah I have:
BTEC Nat Dip Business and Finance
BTEC HND Business and Finance
Cert of Higher Education Applied Economics (not full Bsc cos I didn't finish it)
MCSE 2000 (now out of date)
Intro to ADO.NET (some little Microsoft course can't remember full details)
Developing Microsoft ASP.NET web applications (1st step to MCAD didn't get to exam as changed jobs)
Notice my sub-concious aversion to examination? I can learn as much as the next man, but I don't like having to prove it under duress if you know what I mean!
I've been trying to get my employers to cough up for MCAD so long, when I finally landed a job where they promised it would be part of the package it's gone out of date (still available but MCPD is it's replacement)
I feel any form of higher/further education directly to do with your career or not is a good thing because the vital skills you learn are self motivation, social skill and the ability to research and assimilate new information. Once you know these you can turn your brain to most things. When an employer interviews you he/she is as scared as your are, if they hire the wrong person it could cause a real business headache and huge costs. They're not looking for a long list of certs, as long as there's something. What they really need is to be put at ease by you showing them in the interview you can think smart and take care of the job in hand.
So you need to get something but don't panic too much about what the course title is or what's the flavour of the month cert, just get one. All you're trying to do is show you can learn and pass things (you're a smart person) The rest is down to your self confidence and how well you can sell yourself.
For me the only real certification is the little slip of paper with your salary on it, if you're taking one of those home you're not far off the target.
------
Oh yeah I have:
BTEC Nat Dip Business and Finance
BTEC HND Business and Finance
Cert of Higher Education Applied Economics (not full Bsc cos I didn't finish it)
MCSE 2000 (now out of date)
Intro to ADO.NET (some little Microsoft course can't remember full details)
Developing Microsoft ASP.NET web applications (1st step to MCAD didn't get to exam as changed jobs)
Notice my sub-concious aversion to examination? I can learn as much as the next man, but I don't like having to prove it under duress if you know what I mean!
Last edited by hollystyles; Sep 21st, 2006 at 7:21 am. Reason: Forget my certs!
certifications --- hummmm. I have a HS graduation certificate, a marriage license, associates of arts degree, several medals from viet nam, a military retirement certificate, a social security card, a i will be getting an old-age social security retirement certificate in a couple years. I think that's enough certifications for one lifetime.:mrgreen: :eek: :rolleyes:
Last edited by Ancient Dragon; Sep 23rd, 2006 at 11:44 pm.
That's nothing one day I wanted certs so I went out and got my BAS, CDCT, BMSIS, NATO, DNVM, JavAX, JAZZ, PMP, GLZK, bis, SIM, CDC, and my NicNak cert. I didn't want to do any work so I just bought the "Special Certs kit" from Ebay.
I paid the guy $900 for the kit. It's been a year, last time I checked the guy was banned from Ebay, the order does not exist on records... and I still don't have my Special Certs kit...
I paid the guy $900 for the kit. It's been a year, last time I checked the guy was banned from Ebay, the order does not exist on records... and I still don't have my Special Certs kit...
.Just dancing.
![]() |
Similar Threads
- Online Certifications, Is it worth it? (IT Professionals' Lounge)
Other Threads in the IT Professionals' Lounge Forum
- Previous Thread: how to index webpages in a google
- Next Thread: Standard list of Documents for selling a Software Package?
| Thread Tools | Search this Thread |
1gbit advertising advice amazon answers archive british broadband business businessprocesses career carrier censorship cern china cio collectiveintelligence connectivity consumer consumers corporateearnings datatransfer debtcollectors dictionary digg digital ebay ecommerce email employment environment facebook food government grid high-definition hottub infodelivery infotech intel internet interview ipod isp japan kindle lhc library malware marketing mit moonfruit news onlineshopping piracy piratebay pope porn program questions r&d religion remoteworking research retail security sex shopping simple skype smallbusiness smb sms socialmedia socialnetworking software softwareengineer spam speed spending startrek statistics stocks study stumbleupon survey tabletpc technology touch-screen touchscreen twitter uk videoinprint voips web webdeveloper windows words






