Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C code to do multitaskng

Status
Not open for further replies.

Raveesh

Member level 2
Joined
Feb 6, 2011
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,564
Hi,
I want to do some multitasking using C code,. I need any sample code or guide to implement that..

Compiler I use are gcc, Devc.. OS Xp ..

pls help.

rgds
raveesa
 

Use an operating system... (FreeRTOS?)
 

"...The current version of Standard C++ provides no language features to create multi-threaded software. These facilities are present in some other languages including Java, Ada, and C# (see also Lock). It is possible to use operating system calls or third party libraries to do multi-threaded programming, but both approaches may create portability concerns. The new C++0x standard addresses this matter by extending the language with threading facilities." C++ - Wikipedia, the free encyclopedia

"WG21 expects it to take six months to a year before the [C++0x] standard is officially published by ISO, leading to its publication by the end of 2011." C++0x - Wikipedia, the free encyclopedia

---------- Post added at 12:22 ---------- Previous post was at 12:12 ----------

Oh whoops, were talking about C not C++. My bad, my blunder.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top