Jump to content

Home

1970 called


stubert

Recommended Posts

Posted

Some people get confused about C beeing OOP because of structures. But you must remember that before the arrival of C++, C structures could only hold data and it wasn't untill C++ came around that support for functions were added.

Posted
Technically I thought C was oop, just without the class support. I like C because of the speed :D.

 

C++ is no slower than C; at least not visibly. A couple of nanoseconds maybe but that is very small.

Posted

A couple of nanoseconds per... if its instruction that'd be a lot of time wasted, if its for a bunch of function executions then yeah its hardly noticable.

Posted

don't think of c++ being nanoseconds slower, think of it as being several times slower than C

 

the fact that this is all in nanoseconds is what makes it irrelevant

 

 

and yea, C++ is has a very dynamic style to it. I've been reading up on Objective C which looks much more like modern java than anything else but it's very very closely related to C (in fact the Obective C extentions were first part of cc (as opposed to g++))

 

 

also, i've been doing alot of work in writting a theorem prover in haskell, and it's pretty leet

 

http://haskell.org/haskellwiki/Haskell

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...