JudgeDread

438
Reputation
144 views

Registered User

Name JudgeDread
Member for 1 year
Seen 2 days ago
Website
Location Ireland
Age 48
C/C++ developer.
Dec
3
revised Reading a C/C++ data structure in C# from a byte array
spelling
Dec
3
revised Resources for getting into microcontroller programming
New info...; added 12 characters in body
Dec
3
answered Can I program an ingenico/verifone terminal to do whatever I want?
Dec
3
comment C++ frontend only compiler (convert C++ to C).
A couple of good things to check out, in particular LLVM as a means of generating C from C++ plus I hadn't realised that GCC now supports the Renesas M16/M32 (that only leaves the Z8 without a C++ compiler and to be honest I just bought a cheap dev board to check it out, nostalgia for my Z80 origins, it is a nice microcontroller though). Also I would like to target older Hypercom terminals (I have written a good bit of code for these but I have to have a separate source tree. I know the latest Hypercoms are ARM based but there are still millions of those pesky ICE terminals out there.
Dec
3
comment C++ frontend only compiler (convert C++ to C).
Thanks, will check it out (I'm currrently using the Glyn dev boards for R8 & R32, from Elektor, a European electronics mag). The dev kits are handy as they're on little DIL boards, makes it easy to use on breadboards and they can then be plugged into SIL/DIL sockets on homemade PCBs. The MBED I;m using has a similar form factor.
Dec
2
comment C++ frontend only compiler (convert C++ to C).
I like the look of this, will explore further, thanks....
Dec
2
comment C++ frontend only compiler (convert C++ to C).
To old, a bit like myself :)
Dec
2
comment C++ frontend only compiler (convert C++ to C).
I think I've come across this compiler before. The only iussue is that the problem platform are for hobby use only. As far as I can recollect the Comeau compiler is a tad expensive. I'm using the ARM SDT for work (expensive but the job pays). I also use Visual Studio 2008 at work (again paid for by work). I used Visual Studio Express at home.
Dec
2
asked C++ frontend only compiler (convert C++ to C).
Nov
16
answered C memcpy() a function
Aug
30
awarded  Yearling
Aug
26
awarded  Popular Question
Aug
6
answered What Type of Random Number Generator is Used in the Gaming Industry?
Jun
19
comment How does an array of pointers to pointers work?
Arrays are NOT pointers.