No announcements
Found 974075 threads
-
0 Votes
C/C++ vs C#
I translated your post and know it's about the companion between C/C++ and C#, but this forum is for Team Foundation Service.Answered | 3 Replies | 3904 Views | Created by Rescon - Thursday, October 10, 2013 7:46 PM | Last reply by Just Karl - Friday, October 11, 2013 8:53 PM -
3 Votes
C# or C++?
For the most part an application can be written in C# or C++ or C++/CLI (managed C++).Answered | 2 Replies | 5346 Views | Created by mshvw - Saturday, March 3, 2007 8:52 AM | Last reply by e-cyprus - Wednesday, July 3, 2019 9:09 PM -
0 Votes
C++ to C#...
Hi All, I wrote a Visual Studio 2010 C++ program and I need to convert it to C# program (I.e. all of the GUI etc. needs to be with ...Answered | 1 Replies | 1900 Views | Created by ShimonShami - Thursday, July 5, 2012 6:43 AM | Last reply by Konrad Neitzel - Thursday, July 5, 2012 8:10 AM -
0 Votes
C or C++ ?
The majority of the Concurency Runtime itself should be callable from a c - compiler, but the header file is C++ based so wrapper APIs would ...Answered | 2 Replies | 9814 Views | Created by Morantex - Wednesday, December 17, 2008 8:05 PM | Last reply by rickmolloy - Friday, December 19, 2008 9:52 PM -
1 Votes
c++ and c#
C++ http://www.microsoftvirtualacademy.com/training-courses/c-a-general-purpose-language-and-library-jump-start C# (70-483 Programming ...Answered | 1 Replies | 3232 Views | Created by olindha - Monday, April 6, 2015 6:49 PM | Last reply by Vaibhav.Chaudhari - Monday, April 6, 2015 6:54 PM -
1 Votes
C to C#
Going from C/C++ to C# is going to require a lot of manual effort.Answered | 7 Replies | 1500 Views | Created by MehdiNodeh - Wednesday, September 11, 2019 7:38 AM | Last reply by cheong00 - Friday, September 13, 2019 5:58 AM -
0 Votes
C++ or C#
C# is realy to learn and use.Answered | 1 Replies | 4019 Views | Created by ikati - Wednesday, March 11, 2009 4:20 AM | Last reply by lesPaul456 - Friday, March 13, 2009 12:09 AM -
0 Votes
C/C++ Union with arrays in c#??
You should not attempt to create and use unions inside C#.Answered | 5 Replies | 8414 Views | Created by prog.gabi - Monday, August 11, 2008 6:22 PM | Last reply by Archangel9999 - Wednesday, June 3, 2015 6:25 PM -
0 Votes
typedef union of C/C++ to C#
Here's an example from the help: [System.Runtime.InteropServices.StructLayout(LayoutKind.Explicit)] struct ...Answered | 5 Replies | 2532 Views | Created by cApEtA - Tuesday, May 28, 2013 2:22 AM | Last reply by Riced - Tuesday, May 28, 2013 7:31 AM -
2 Votes
C# VS C++
Hello, You should learn C programming language because c is the starting point of all languages.The different concepts of programming are taken from C.Answered | 7 Replies | 6877 Views | Created by BadBoyHouse - Wednesday, May 18, 2005 9:29 AM | Last reply by Aadit Kapoor - Monday, June 10, 2013 8:55 AM -
0 Votes
Is C# Downward Compatible with C?
You cannot open C# and write a C program.Answered | 15 Replies | 4142 Views | Created by JohnCPR - Tuesday, April 10, 2012 4:26 PM | Last reply by JohnCPR - Wednesday, April 11, 2012 5:11 PM -
0 Votes
Calling C++ DLL in C#
If the C++-code is yours then you could also write a C++/CLI wrapper around it, that exposes a managed version of the unmanaged interface.Answered | 3 Replies | 4421 Views | Created by AnujaKJ - Thursday, January 13, 2011 9:05 AM | Last reply by Chris-von-der-Wiese - Thursday, January 13, 2011 11:27 AM -
0 Votes
Visual C++ and C++/CLI
I'm consulting a book Beginning Visual C++ 2012 by Ivor's Horton, and this book doesn't say anything about C++/CLI.Answered | 2 Replies | 1524 Views | Created by Janshair Khan - Thursday, March 21, 2013 5:14 PM | Last reply by davewilk - Thursday, March 21, 2013 5:49 PM -
1 Votes
C# v C
Hello, Although C# looks like to be named after C and C++, but actually C# is a totally new language based on Microsoft .NET Framework.Answered | 5 Replies | 3704 Views | Created by obrienkev - Wednesday, April 29, 2009 7:46 PM | Last reply by Matthew Watson - Thursday, April 30, 2009 8:59 AM -
0 Votes
c
As far as I know, Visual C++ 2010 and 2008 include C compilers that you can use to create everything from basic C programs to ...Answered | 2 Replies | 3957 Views | Created by charliebe - Friday, January 6, 2012 2:35 AM | Last reply by Helen Zhao - Monday, January 9, 2012 3:02 AM -
0 Votes
Concatenate in C++ / C Language
I have a method i need to get it value in C# .Net program.Answered | 9 Replies | 5738 Views | Created by Taha Zubair - Tuesday, October 16, 2012 12:45 PM | Last reply by Pintu Shukla - Wednesday, October 17, 2012 2:06 PM -
3 Votes
VS2013 - C++ or C#??
Is there a difference in how C++ and C# uses a processor?Answered | 7 Replies | 876 Views | Created by CJM-YMX - Tuesday, December 23, 2014 12:23 PM | Last reply by Joel Engineer - Tuesday, January 13, 2015 12:30 PM -
20 Votes
Is it C++ or C++/CLI
Deon builds a small C++ function in a class, and shows: 1) Hatless C# access 2) C access.Answered | 23 Replies | 11407 Views | Created by Wolfgang Schneider AUT - Wednesday, September 14, 2011 11:57 AM | Last reply by Larry Osterman [MSFT] - Tuesday, September 20, 2011 4:31 AM -
0 Votes
Unmanaged code C/C++(int Vector) to C#
Does your c++ dll is 32-bit and your csharp dll is 64-bit?Answered | 1 Replies | 1056 Views | Created by josefrm - Wednesday, October 21, 2015 3:38 PM | Last reply by DotNet Wang - Thursday, October 22, 2015 7:25 AM -
1 Votes
from C to C#
A C/C++ class or struct use through a pointer is like a C# struct used through a pointer.Answered | 17 Replies | 3582 Views | Created by amity16 - Friday, August 6, 2010 9:24 AM | Last reply by Louis.fr - Saturday, August 7, 2010 11:54 PM - Items 1 to 20 of 974075 Next ›
No announcements