Thread: Quick Question

  1. #1
    Registered User Annonymous's Avatar
    Join Date
    Apr 2011
    Location
    Jackson, New Jersey, United States
    Posts
    302

    Quick Question

    Here is a question that someone asked me but i am a linux user and c programmer so i have no idea but here is his question ---> Engr Mohsin Mahmood to you: is it possible that visual c++ and visual C sharp are used in a single project at the same time in visual studio express edition?

    thanks in advanced

  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by Annonymous View Post
    Here is a question that someone asked me but i am a linux user and c programmer so i have no idea but here is his question ---> Engr Mohsin Mahmood to you: is it possible that visual c++ and visual C sharp are used in a single project at the same time in visual studio express edition?

    thanks in advanced
    You can mix the languages in the same assembly:
    Additionally, I believe I have read you can reference classes within the same project in a similar manner.

    EDIT: For the express editions, you cannot mix languages in the same project; so it looks like you have to mix the assemblies as referenced above.
    Last edited by AndrewHunter; 09-14-2011 at 12:20 PM.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    Registered User Annonymous's Avatar
    Join Date
    Apr 2011
    Location
    Jackson, New Jersey, United States
    Posts
    302
    Cool I'll direct him here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. quick vim use question
    By MK27 in forum C Programming
    Replies: 4
    Last Post: 02-20-2009, 11:59 PM
  2. One quick question...
    By Kross7 in forum C++ Programming
    Replies: 10
    Last Post: 04-13-2007, 09:50 PM
  3. Quick Question
    By comwiz in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2006, 03:33 PM
  4. quick question
    By SenorJesucristo in forum C++ Programming
    Replies: 2
    Last Post: 02-23-2006, 10:06 PM
  5. Quick Question
    By SinAmerica in forum C++ Programming
    Replies: 2
    Last Post: 10-23-2002, 02:28 AM