Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 19:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



c++ to vb.net

Discussion on c++ to vb.net within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
SUPERZETH's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 796
Received Thanks: 258
c++ to vb.net

is there any possebilety (dont know how to spell that :P) to convert

c++ Code's to Vb.net code's ?

greetz zeth
SUPERZETH is offline  
Old 09/06/2011, 12:32   #2
 
Kraizy​'s Avatar
 
elite*gold: 0
The Black Market: 471/0/0
Join Date: Apr 2010
Posts: 9,696
Received Thanks: 1,810
Kraizy​ is offline  
Old 09/06/2011, 14:52   #3
 
SUPERZETH's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 796
Received Thanks: 258
Quote:
Originally Posted by xKraizy View Post
omg thank you so much i am searching for this for over a week really thanks
SUPERZETH is offline  
Old 09/06/2011, 18:43   #4
 
elite*gold: 0
Join Date: Jul 2009
Posts: 103
Received Thanks: 87
Lol how the **** is this possible?
I always thought converting a Source Code or Script from one programming language into another one is impossible.
I mean how would the Converter deal with namespaces or , the other way arround, how would he convert a c# switch statement with a string into a regular c++ one( ok this is probably a bad example
because he could resolve it as if statements but i think you get what i am
sayin')
cooler7878 is offline  
Old 09/06/2011, 19:10   #5
 
.SkyneT.'s Avatar
 
elite*gold: 273
Join Date: Sep 2010
Posts: 1,831
Received Thanks: 786
Quote:
Originally Posted by cooler7878 View Post
Lol how the **** is this possible?
I always thought converting a Source Code or Script from one programming language into another one is impossible.
I mean how would the Converter deal with namespaces or , the other way arround, how would he convert a c# switch statement with a string into a regular c++ one( ok this is probably a bad example
because he could resolve it as if statements but i think you get what i am
sayin')
It doesnt work for all kind of codes.
But if its just simple stuff, it works great.
.SkyneT. is offline  
Old 09/06/2011, 21:31   #6
 
elite*gold: 0
Join Date: Jul 2009
Posts: 103
Received Thanks: 87
Anyhoe i personally think its bullshit !
Because you should not "convert" a Script/Source Code one by one without having the strenght or weakness of a certain programming language in mind.
cooler7878 is offline  
Old 09/09/2011, 00:23   #7
 
Secredo's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 355
Received Thanks: 106
WTF?

Code:
#include <iostream>

using namespace std;

int main(int argc, char** argv)
{
    cout << "Hallo, das ist ein Test!" << endl;
    cout << "Noch ein Test." << endl;
    cin.get();

    return 0;
}
--->
Code:
using System; 
 
public class Globals
    public static int Main(string [] argv) 
    { 
        cout << "Hallo, das ist ein Test!" << endl; 
        cout << "Noch ein Test." << endl; 
        cin.get();

        return 0; 
    } 
}
Secredo is offline  
Thanks
1 User
Old 09/09/2011, 11:10   #8
 
elite*gold: 0
Join Date: Jul 2009
Posts: 103
Received Thanks: 87
AHAHAHA THIS MADE MY DAY!!
Skynet you idiot!This Website cant even cope with converting a Hello World Application.
cooler7878 is offline  
Old 09/09/2011, 23:05   #9
 
.SkyneT.'s Avatar
 
elite*gold: 273
Join Date: Sep 2010
Posts: 1,831
Received Thanks: 786
Quote:
Originally Posted by cooler7878 View Post
AHAHAHA THIS MADE MY DAY!!
Skynet you idiot!This Website cant even cope with converting a Hello World Application.
I didnt post this site here and you call me an idiot ?
I think the only idiot here are you.

Here is a better (noob friendly) converter:
.SkyneT. is offline  
Old 09/10/2011, 10:11   #10
 
elite*gold: 0
Join Date: Jul 2009
Posts: 103
Received Thanks: 87
Quote:
But if its just simple stuff, it works great.
!
cooler7878 is offline  
Reply




All times are GMT +2. The time now is 19:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.