You are viewing our Forum Archives. To view or take place in current topics click here.
Anyone that knows C++ can you help me out?
Posted:

Anyone that knows C++ can you help me out?Posted:

____-_-____
  • New Member
Status: Offline
Joined: Feb 28, 201410Year Member
Posts: 38
Reputation Power: 1
Status: Offline
Joined: Feb 28, 201410Year Member
Posts: 38
Reputation Power: 1
I am creating a .dll and I need help with adding stuff using C++. I know C# 100%, I'm just getting into C++. Anyone that can help on me please <3
#2. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
If you know C# 100% like you say, then you would know that C++ and C# are very similar syntax-wise. As for needing help adding stuff, just code whatever you need to and compile it, like with any other programming language.
#3. Posted:
noizzy
  • New Member
Status: Offline
Joined: Jan 21, 201410Year Member
Posts: 8
Reputation Power: 0
Status: Offline
Joined: Jan 21, 201410Year Member
Posts: 8
Reputation Power: 0
This should help you out a bit, a simple Google search will save you the post time in the future [ Register or Signin to view external links. ]

Since .Dlls are a microsoft thing you may have trouble compiling them in anything other than VS
#4. Posted:
Neutralise
  • TTG Senior
Status: Offline
Joined: May 21, 201113Year Member
Posts: 1,459
Reputation Power: 65
Status: Offline
Joined: May 21, 201113Year Member
Posts: 1,459
Reputation Power: 65
I'm not exactly the best programmer in the world and some of the online tutorials are actually quite helpful when I was studying C++ but now I'm on my uni course I don't really need to use it as I am now learning C
#5. Posted:
____-_-____
  • New Member
Status: Offline
Joined: Feb 28, 201410Year Member
Posts: 38
Reputation Power: 1
Status: Offline
Joined: Feb 28, 201410Year Member
Posts: 38
Reputation Power: 1
Botch wrote If you know C# 100% like you say, then you would know that C++ and C# are very similar syntax-wise. As for needing help adding stuff, just code whatever you need to and compile it, like with any other programming language.

It's actually a pretty major adjustment... I think I got it down now though
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.