Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,778 members, 7,810,027 topics. Date: Friday, 26 April 2024 at 06:56 PM

Embedded - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Embedded (817 Views)

Embedded Systems Tutorial For Beginners:experiment 4 (traffic Light System) / Embedded Systems: Future Of Electronics And Computer Engineering. / Embedded Systems (2) (3) (4)

(1) (Reply) (Go Down)

Embedded by henryexe: 1:47pm On Jul 25, 2009
Hi People,

I have been doing C++ for a while now n will like go go into embedded software development. I have read some things about it google though but i have some questions.

How well does it sell in the Nigerian market?
Is there demand for people with such skills?


I need info Guyz
Re: Embedded by femu(m): 3:23pm On Jul 26, 2009
Well as u know its a niche area but you can work with some companies that develop and sell POS terminals, Smart Cards e.t.c
Re: Embedded by kencas: 8:40am On Jul 27, 2009
I'm also undergoing a research on Embedded System with C++.Email kcjojo8@gmail.com or call 08034275706
Re: Embedded by solomonope(m): 2:32pm On Jul 27, 2009
right now the most common embedded development in nigeria is mcu (mostly pic) cos they are cheap and easily accesible. and most of these developments are focused on undergraduate projects ,and i think there is also a fairly large markets too for PLC's too.
Re: Embedded by kencas: 8:34am On Jul 29, 2009
Guy i'm encouraging u

Look at a snippet 4rm my Project

/*
* File: Worker.h
* Author: Kene
*
* Created on July 23, 2009, 3:59 PM
*/


#include <string> // program uses C++ standard string class
#include <iostream>//uses c++ standard I/O functions
#include "Keypad.h"
#include "Controller.h"
#include "Screen.h"
#include "Define.h"

using std::string;
using std::cout;
using std::endl;

class Worker {
public:
Worker()
{


}

void start()//starts the main worker
{
i=0;
int del = DELAY;
keypad.setCharacter('A');
screen.addToScreen(keypad);
cout << "DELAY: "<< DELAY << endl;
cout << "Worker Started"<< endl;
cout << keypad.getCharacter()<< endl;
//while(true)
//{
//if(i>=100000)
//{
// break;
//}

cout << i<< endl;
//cout <<"Data Read: "<< controller.readInput()<< endl;
cout <<"Pointer Address: "<< &keypad<< endl;
screen.renderDigit();
mypad = &keypad;
cout <<"Pointer Value: "<<mypad->getCharacter()<< endl;
//i++;
//}

}


private:

Keypad keypad;
Controller controller;
Screen screen;
int i;
Keypad *mypad;


};

Hope this one encourages u
Re: Embedded by bilqiss(f): 3:48am On Jul 30, 2009
No knowledge is wasted I guess, so go for it!
Re: Embedded by pssword: 4:50pm On Jul 31, 2009
These stuff seem too heavy for embedded programming?

#include <string>
using std::string;
using std::cout;
using std::endl;

etc,

Isn't embedded programming normally done in C more "stdio.h" and "printf" etc Unless you are thinking of applications on embedded systems with xtra ram which is a different matter altogether.

(1) (Reply)

Kindly Advise Me. / Facebook Toolkit 3.0 / Help In Asp. How Do I Save A Picture

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 10
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.