Thread: Does C++ be the code behind of DotNet programming for Web

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    14

    Does C++ be the code behind of DotNet programming for Web

    Dear all,

    I have used C# and VB.Net which can be the code behind of DotNet Web Programming. Can C++ be also??? Is there any sample??

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Are you actually just throwing questions at random as you read or think about stuff?
    How about showing some respect for the people in here and at least follow through with previous answers before making a completely unrelated question just a few minutes later?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Nothing wrong with curiosity.
    Certainly C++ can also be used for web programming, but it's not the best tool for the job.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Ex scientia vera
    Join Date
    Sep 2007
    Posts
    477
    Quote Originally Posted by Elysia View Post
    Nothing wrong with curiosity.
    Certainly C++ can also be used for web programming, but it's not the best tool for the job.
    He wasn't asking IF it could be used for general web development.

    He was asking whether it could be used as code-behind for ASP.NET, like C# and VB.NET.

    And yes, you can. Microsoft's hacked up version of C++ that's .NET enabled:

    The ASP Column: Code-behind in ASPX Files
    "What's up, Doc?"
    "'Up' is a relative concept. It has no intrinsic value."

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    That's what you get for formulating the question very vague...
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Extended ASCII Characters in an RTF Control
    By JustMax in forum C Programming
    Replies: 18
    Last Post: 04-03-2009, 08:20 PM
  2. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  3. Obfuscated Code Contest: The Results
    By Stack Overflow in forum Contests Board
    Replies: 29
    Last Post: 02-18-2005, 05:39 PM
  4. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM