Re: PPC C++ Book or tutorial.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Horses for courses though. My apps usually need to be tiny and quick. I've
written stuff in C# and yes, there are some goodies, such as the print
preview thing and some of the graphics stuff, and portability to and from
web/desktop.

Sure, C++ has it's place. In no way if C# some end-all panacea. I still do
lots of C++ work, and often end up mixing the two in solutions. But I've
done enough C++ UI and database work to know that C# is *way* faster for
those things. Each has their strengths and weaknesses, and it's the project
and customer requirements that should dictate which gets used.

I especially like the support for serial devices included in the original
.net version :-)

Don't get me started. :) We have an entire library of stuff that we think
the CF should have, but hey, they've got finite resources and time so we
can't expect everything (though serial comms for devices sure seemed like a
no-brainer).

-Chris


.



Relevant Pages

  • Re: Using a delay in C
    ... C language as defined by the international standard ISO/IEC 9899. ... Standard C does not support graphics. ... this will necessarily limit its portability (to those platforms ... the platform-specific portions be clearly identified and separated ...
    (comp.lang.c)
  • Re: Java speed: Reality versus theory?
    ... >> Anyway requiring graphics is one sure way to reduce portability. ... your claim that Java is the most portable language was shown to be ...
    (comp.programming)
  • Re: A C tutorial
    ... > jacob navia wrote: ... Text maximizes portability and minimizes graphics. ... word files. ...
    (comp.lang.c)
  • Re: Why do you like C more than other programming languages?
    ... libraries, losing portability in ... GTK cannot possibly support graphics, ... Platforms for which a C implementation does not exist are very rare. ...
    (comp.lang.c)
  • Re: Vector math library
    ... I started out using cgtypes from the cgkit. ... Lots of other graphics ... goodies in there also: ... In the end I ended up rolling my own to better understand the whole ...
    (comp.lang.python)