P
Peter Oliphant
*** NOTE: Not sure where to post this, it's about both C++ and C#....I
assume this forum is ok ***
I've looked at some C# code, and it looks remarkably like C++. Will the
similarity help me or confuse me (i.e., if its very similar then differences
can be traps)? For example it looks like the '::' operator has been replaced
with the '.' operator...
Also, I assume code written in C++ can be 'mixed' with C# via making the C++
code into a library, yes (i.e., it is possible to access libraries written
in C++ when writing in C#)?
Thanks in advance for responses! : )
[==P==]
assume this forum is ok ***
I've looked at some C# code, and it looks remarkably like C++. Will the
similarity help me or confuse me (i.e., if its very similar then differences
can be traps)? For example it looks like the '::' operator has been replaced
with the '.' operator...
Also, I assume code written in C++ can be 'mixed' with C# via making the C++
code into a library, yes (i.e., it is possible to access libraries written
in C++ when writing in C#)?
Thanks in advance for responses! : )
[==P==]