|
On Thu, 18 Dec 2008 21:06:10 -0800 (PST), tonytech08 <tonytech08@gmail.com
Very recently, I started a thread enquiring about the C++ object
model. All that remains in my mind about that thread is: "why would
you want to do that?", and "it's not ...
Started by tonytech08 on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
I still
consider C# as "Microsoft Java....
C# distinguishes between structs that that language is
addressing issues I have with C++ at the feature level.
C# under the microscope
herein are detrimentally ignored in C++.
|
|
On Wed, 8 Apr 2009 19:41:04 -0400, "SteveR" <maxsrussellatremovethisembarqmail.com
An IT guy where I work asked me today why I am using C++ when I could be
using C#.
He is experienced with C++ and says that C# saves so much time and that
there...
Started by SteveR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
YMMV, as always On Wed, 8 Apr 2009 17:38:45 -0700 (PDT), Ajay:
There is ... .
C# is a very cool language compatible with C#,
so I stay with C++.
So far, I
haven't been compelled to throw away C++ in favor of C#.
|
|
On Fri, 11 Dec 2009 09:09:48 -0800 (PST), maxSchlein <m_schlein@hotmail.com
Can someone please point me in the right direction.
We are creating an application that needs to beable to search on C++ and get
back doc's that have C++ in it. The StandardAnalyzer...
Started by maxSchlein on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
You can handle....
You need to write a new Tokenizer that uses that CustomTokenizerImpl.java .
December 12, 2009 5:27 AM
Subject: Re: Lucene Analyzer that can handle C++ vs C#
Send instant messages C++ and C# as one token.
|
Ask your Facebook Friends
|
On Tue, 1 Sep 2009 13:15:35 -0700 (PDT), Shirsoft <shirsoft@gmail.com
Hi,
I am curious to know why C# code much faster than a similar sized C++
code. How does MSIL help? Does having a common base class like object
help in reducing compile times...
Started by Shirsoft on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Basically....
ILASM also doesn't have to create code for an horrible instruction set a fairly solid
guess:
the parser .
Shirsoft <shirsoft@gmail.com
Which C++ compiler? Does it support precompiled headers?
I'd bet) speed up C# compilation.
|
|
On Wed, 07 Oct 2009 17:35:37 -0400, Adrian Nicoara <anicoara@mail.student.cs.uwaterloo.ca
I have missed a few classes, so I'm not sure if this has been said in
class, but it would be nice if it were included in the notes.
As far as I know, arrays...
Started by Adrian Nicoara on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
In article <haj1ut.
Chose to use the 'not so common'
syntax to compare arrays in Java to C/C++...
|
|
I usually work in C++ but recently I started working on C++/CLI and C#. I have some doubt about following.
in C++ lets take i have a class Point which contain XYZ and a class PointConatainer wich conatian Points.
class Point { public: Point(double X ...
Answer Snippets (Read the full thread at microsoft):
C++/CLI support for const is limited, you can have const variables, function parameters.
|
|
On Thu, 30 Oct 2008 20:33:43 -0500, Zach <zsmith@cox.net.nospam
After having taken a looong break from VB (last used 6.0), I started
getting back into programming again, this time with VS 2005. I began
reading up on VB.NET from various sources...
Started by Zach on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at omgili):
C# is the....
Is a language of the past, if
you used to be a C++ developer, make an attempt to transition to C# program language for Microsoft
C++ is the number 2 program language for Microsoft
C# is the number 3 code.
|
|
On Sat, 27 Dec 2008 16:40:59 -0800 (PST), SG <s.gesemann@gmail.com
On 24 Dez., 17:23, tonytech08 <tonytec...@gmail.com
I read it but the only thing that stuck was the unfavourable
impression you gave. So, I checked it again and what I found was...
Started by SG on
, 24 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
Interfacing with native code requires more attention in C# than you
need in C++ because .NET is its own
Unlike C++, C# very definitely divides what C++ calls "class
types" into three categories: structs pattern.
|
|
Hi all,
Just from a pure curiosity standpoint, would it be possible to have an
assembly with both c++ and c#? Google searches seem to hint at a "yes"
but I'm not so sure.
thanks,
HC
Started by Henri.Chinasque@googlemail.com on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
No, impossible, but you can have a solution with 2 assembly, one C# and
an on other C++
--
Jérémy JEANSON/ C# MVP )" <ignacio.machin@gmail.com
You cannot do it from VS, I'm not 100% sure than you cannot Corporation....
|
|
On Fri, 21 Nov 2008 03:40:22 -0500, Bob <Bob@nospam.com
The question about IPC between managed vs unmanaged comes up once in a
while, and I generally see "Named Pipes" as the answer. But I was
wondering if there is anything new.
The app in this...
Started by Bob on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
--
- Nicholas Paldino [.NET/C#, "Nicholas Paldino....
On Sat, 22 Nov 2008 21:47:57 -0500, Arne Vajhøj < the
intra-process code when you move the C++ code to C#.
No matter whether you're using C++ or
C#.
|