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 :)
..:: C++ implementations !!! ::..
Started by bahrain, Sep 09 2008 06:10 PM
17 replies to this topic
#1
Posted 09 September 2008 - 06:10 PM
|
|
|
#2
Posted 09 September 2008 - 06:50 PM
Learn the language. And then learn WinAPI. And then code, and read other's code.
#3
Posted 09 September 2008 - 07:06 PM
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??.
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
Posted 09 September 2008 - 07:30 PM
#5
Posted 09 September 2008 - 07:33 PM
Thanx a lot
Which one do you advice me to start with?
Which one do you advice me to start with?
#6
Posted 09 September 2008 - 07:35 PM
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
Posted 09 September 2008 - 07:37 PM
well, I'm using XP
#8
Posted 09 September 2008 - 07:37 PM
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
Posted 09 September 2008 - 07:38 PM
OK, thanx :)
#10
Posted 09 September 2008 - 07:39 PM
Ugh... Learn how to code dude. You are skipping the most important part of programming, coding....
#11
Posted 09 September 2008 - 07:42 PM
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 ;).
I'm not an expert but I'm ok . I'll certainly learn more but a bit of knowledge won't hurt ;).
#12
Posted 10 September 2008 - 01:17 PM
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 ;).
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 :)


Sign In
Create Account


Back to top









