Previous Thread
Next Thread
Print Thread
Rate Thread
#17159 10/12/05 10:50 PM
Joined: Oct 2005
Posts: 44
L
BANNED
OP Offline
BANNED
L
Joined: Oct 2005
Posts: 44
ok im sorry if this is an "illegal" post but im trying to learn C and C++ but i dont understand any of the tutorials i've found. can someone help me learn c and c++? it would be much appriciated and i'm sorry again if this is a carbon copy or a "illegal post"

#17160 10/12/05 11:34 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
Quote:
Originally posted by littleman:
ok im sorry if this is an "illegal" post but im trying to learn C and C++ but i dont understand any of the tutorials i've found. can someone help me learn c and c++? it would be much appriciated and i'm sorry again if this is a carbon copy or a "illegal post"
There isn't anything illegal with learning how to progeam; asking blunt stupid questions like how to hack someone and how to abuse a telecomm provider as your last posts over 3 accounts have been...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#17161 10/12/05 11:43 PM
Joined: Oct 2005
Posts: 44
L
BANNED
OP Offline
BANNED
L
Joined: Oct 2005
Posts: 44
hey this is only my 2ed account! and sorry about b4 i was being stupid i guess but can you help me learn to program in c and c++?

#17162 10/13/05 12:47 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
There are numerous inqueries and links in the C++ forum, your best bet is to scour through all of the threads to get started; also follow the links and get started.

Also, Google is your friend... Searches:
Learning C++
starting c++
beginning c++
c++ examples
c++ code


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#17163 10/13/05 04:58 AM
Joined: Mar 2002
Posts: 1,041
I
UGN Elite Poster
Offline
UGN Elite Poster
I
Joined: Mar 2002
Posts: 1,041
Quote:
Originally posted by littleman:
ok im sorry if this is an "illegal" post but im trying to learn C and C++ but i dont understand any of the tutorials i've found. can someone help me learn c and c++? it would be much appriciated and i'm sorry again if this is a carbon copy or a "illegal post"
Ok... Here's the thing...

We all have our own lives. The people here, in various combinations, all have to:
  • work
  • play
  • work second jobs
  • have spouses
  • raise kids
  • other assorted "making a living" activities


What I'm getting at is it is very unlikely that some random person on the net is going to take you on as a side project, espsecially out of the blue without knowing you.

Here's how it works:

YOU have to take it on yourself to learn how to learn. Please see my comments on learning how to search as an explanation on what I mean.

Now I know I have a tendancy to sound harsh on the net, and you have not had a very warm welcome here. But you have to understand that you really are asking the complete wrong questions.

You come across as needing someone to hold your hand through this learning process. This is something that is simply not going to happen. You have to take the inititive in this. Quite frankly if you won't help yourself then we could care less.

#17164 10/13/05 01:22 PM
Joined: Oct 2005
Posts: 44
L
BANNED
OP Offline
BANNED
L
Joined: Oct 2005
Posts: 44
infinite i compeltly get what your saying so i think im wording my question wrong and so im sorry but can someone show me a good site for a beginner to learn c++? i've done a bunch of google searches and i get pages with more advanced stuff that i dont understand

#17165 10/13/05 02:09 PM
Joined: Sep 2005
Posts: 102
T
UGN Member
Offline
UGN Member
T
Joined: Sep 2005
Posts: 102
littleman out of pure curiousity I clicked on the links Gizmo left for you. If you have checked out those links and havent found a single site that will help you then you are trully hopeless. I suggest you choose a different language. Try Basic.

Personally I think its all but impossible to not have gotten a start in learning c++ had you really checked the links out.
I think your just wasting time. My time, others time, and your time.

#17166 10/13/05 03:21 PM
Joined: Dec 2002
Posts: 3,255
Likes: 3
UGN Elite
Offline
UGN Elite
Joined: Dec 2002
Posts: 3,255
Likes: 3
littleman,

*sigh* Okay guy, seriously. I will clue you in a bit. The first program you will learn in any language is "hello world". This will teach you the most simple program you can make in any language.

for example html

Code
<html>
<head>
  <title>Hello World</title>
</head>
<body>
Hello World
</body>
</html>
That is the most simple HTML doc that is still formatted correct you will see. So you get to see the correct way to set up a HTML page and how to echo out to the screen.

In C or C++ you can search for hello world. You need to first decide if you want to learn C or C++. C++ is more structured. Both will be a tough learn. These and not easy languages to master. I apllaud your desire to learn. I truely do. You just need to learn how to do it. Sooooo.

http://www.engin.umd.umich.edu/CIS/course.des/cis400/cpp/hworld.html

This is your first C++ program. Play with the code, make it say other things. This is how you learn to program. You are going to need a compiler BTW. Once you master hello world


try the others
http://www.engin.umd.umich.edu/CIS/course.des/cis400/cpp/cpp.html
http://cplus.about.com/od/beginnerctutorial/l/aa020502a.htm

Some compilers
http://www.thefreecountry.com/compilers/cpp.shtml

#17167 10/13/05 07:17 PM
Joined: Oct 2005
Posts: 44
L
BANNED
OP Offline
BANNED
L
Joined: Oct 2005
Posts: 44
thanks �int�� and also giz ill try learning it but would it be better if i learn basic then c and then c++ in that order? or does it not really matter?

#17168 10/13/05 07:35 PM
Joined: Apr 2005
Posts: 247
UGN Member
Offline
UGN Member
Joined: Apr 2005
Posts: 247
It's pretty rare to use C. Usually you only need it if you are concerned about program size. C++ is just an extended version of C, and can do all the same things, and then some. If you want to ultimately learn C++, then you may as well start with that, but it really doesn't matter.


"We can categorically state that we have not released man-eating badgers into the area."

-UK military spokesman Major Mike Shearer
#17169 10/13/05 07:55 PM
Joined: Dec 2002
Posts: 3,255
Likes: 3
UGN Elite
Offline
UGN Elite
Joined: Dec 2002
Posts: 3,255
Likes: 3
Basic is truely useless in modern programing but can give you a basis as to how to code. C++ I think would be good for you because if you truely push yourself you will HAVE to learn to find info. To get good in C++ you will reach a point where asking your question will take a lot more time than just searching for the answer.

You are in for a long journey if you truely want to learn C++. It is one of the tougher languages to master. I think assembly is harder to get.

#17170 10/13/05 08:02 PM
Joined: Apr 2005
Posts: 247
UGN Member
Offline
UGN Member
Joined: Apr 2005
Posts: 247
ugh assembly... /me shudders

But if you want hard, try Brainfuck on for size!

Here's a "Hello World!" for you:
Code
 ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. 


"We can categorically state that we have not released man-eating badgers into the area."

-UK military spokesman Major Mike Shearer
#17171 10/13/05 08:19 PM
Joined: Dec 2002
Posts: 3,255
Likes: 3
UGN Elite
Offline
UGN Elite
Joined: Dec 2002
Posts: 3,255
Likes: 3
http://en.wikipedia.org/wiki/Brainfuck#Hello_World.21

Wow, I hope to never want or need to learn that. It is properly named that is for sure. How in the hell are you supposed to be able to edit that or remember commands.

#17172 10/13/05 08:28 PM
Joined: Oct 2005
Posts: 44
L
BANNED
OP Offline
BANNED
L
Joined: Oct 2005
Posts: 44
lol iunno im just now learning c++ and im already confused lol

#17173 10/13/05 08:33 PM
Joined: Apr 2005
Posts: 247
UGN Member
Offline
UGN Member
Joined: Apr 2005
Posts: 247
well, if you need a 180 byte compiler, that's the way to go...

Boolfuck is even harder BTW (I might even consider including "Weaker, less useful, more futile: Boolfuck." into my Sig... smile )


"We can categorically state that we have not released man-eating badgers into the area."

-UK military spokesman Major Mike Shearer
#17174 10/24/05 11:28 AM
Joined: Sep 2002
Posts: 390
UGN Member
Offline
UGN Member
Joined: Sep 2002
Posts: 390
If tutorials aren't your way to go then the easiest way I found is to get a SMALL program along with is sourcecode, (not hard to find, remember google is your friend, but you have to have an amount of patience it look around. Its not just going to jump out and say I AM YOUR ANSWER!)

Look at the program, use it every option that you can. Then look at the souce code, and things will start to jump out at you. Then after you actully see a finished product, you can go to the tutorials and have a better understanding since you've already seen it.

Also, if you are looking through code and cannot even fathom what that lines use is. Search for it such as the question in the php thread. If you don't know what "$!CMD" search google for Php $!CMD and I bet you'll atleast get some insight as to what it does.

And you do always have the option of asking us, however the only thing that will make us angry and not help you is if you do not first try to help yourself.

So if you still are oblivious to C/C++ then try what I suggested and see if that helps.

Last thing. If you really want to learn DO NOT GIVE UP. The only way to learn is to keep doing it over and over and over and reem it into your brain.


"The secret to creativity is knowing how to hide your sources."
-Albert Einstein

Tech Ninja Security

Link Copied to Clipboard
Member Spotlight
Posts: 30
Joined: June 2002
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Crime 1
Ice 1
Dartur 1
Cyrez 1
Powered by UBB.threads™ PHP Forum Software 7.7.5