Jump to content

..:: C++ implementations !!! ::..

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
17 replies to this topic

#1
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
I have a not bad background in C++, but I still don’t get how to use it .
I mean I can write small code and run it in the program-Microsoft Visual C++. Put I don’t know how people use or implement it in the real world.

I hope u can help me understand ..

thanks in advance :)

#2
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Learn the language. And then learn WinAPI. And then code, and read other's code.

#3
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
First of all thanx for passing by ..

What I meant is VB for example has an interface so I can make an application using it. But C++ does not. so after I wrote the code how can I use it to make an application??.

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,709 posts
Use a GUI editor. There are lots of free ones out there.

Free C/C++ Resources

#5
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
Thanx a lot

Which one do you advice me to start with?

#6
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,709 posts
What operating system do you have? It's really a matter of personal preference, but some are only available on certain OSes, like Visual Studio Express.

#7
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
well, I'm using XP

#8
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,709 posts
I use Visual Studio Express, but I'm sure there are others out there you could use. You can get it from Microsoft's website.

#9
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
OK, thanx :)

#10
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Ugh... Learn how to code dude. You are skipping the most important part of programming, coding....

#11
bahrain

bahrain

    Newbie

  • Members
  • PipPip
  • 23 posts
I've learned coding

I'm not an expert but I'm ok . I'll certainly learn more but a bit of knowledge won't hurt ;).

#12
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts

bahrain said:

I've learned coding

I'm not an expert but I'm ok . I'll certainly learn more but a bit of knowledge won't hurt ;).

There are thousands if not millions of tutorials on the web (many here in codecall's tutorial section). I'd recommend starting with those, understand them, then move on to bigger projects. I'd recommend setting a goal of what program you'd like to write, then figure out how to write it. When you accomplish that goal, perhaps set a bigger one :)