PDA

View Full Version : c++ programming help group



dablakmark8
02-04-2007, 10:21 PM
I have been trying to learn c++ but its so Fu@#in hard.I did my first project which was easy program but the next level was a bitch.
I was wondering if there is anyone on this forum that can maybe help me when i am introuble in realtime ....like skype or something.:confused:

BT6LW
02-04-2007, 11:00 PM
been learning c++ for my unisa stuffs, not sure how much I can help, but you welcome to give a shout

Rikus
02-04-2007, 11:07 PM
deep deep deep
and waaaaay over my head
can't even set the time on a digital clock.

dablakmark8
02-04-2007, 11:17 PM
its easy just ask da wife...lol

dablakmark8
02-04-2007, 11:18 PM
been learning c++ for my unisa stuffs, not sure how much I can help, but you welcome to give a shout
let me get your details..etc.Thanks for da interest.

BT6LW
02-04-2007, 11:31 PM
use the p,m system
:P

dablakmark8
03-04-2007, 04:49 PM
ok i will.thanks

AdLo
03-04-2007, 04:52 PM
I wouldn't mind learning Symbian O/S which is based on C++.
Anyone who can program Symbian?

BobbyMac
03-04-2007, 04:54 PM
Many of us also offer support on programming issues in the relevant forum: perhaps post your questions there and I'm sure those of us able to answer will do so :) http://mybroadband.co.za/vb/forumdisplay.php?f=132

dablakmark8
03-04-2007, 05:20 PM
you know bobby i did post stuff there and there is just to little response.

DarthCat
04-04-2007, 12:48 AM
I also study c++. Also finds it difficult.

TooFastTim
04-04-2007, 05:10 AM
I've been coding in c/c++ for about 20 years. I don't find the coding part of C++ difficult BUT I do find breaking the problem into classes difficult. Further to that what data members are private, public or protected. Get it worong and you can end up in dwang get it right and you wonder what the problem is. Spend your time modelling the problem carefully.

dablakmark8
13-04-2007, 05:37 PM
yikes and i am only on chapter 2,,my gawd why must it be so difficult.

The_Librarian
13-04-2007, 07:45 PM
Best to do would be to get a firm grip on C

then move on to C++

after all, C++ is like C, only enhanced beyond all obfuscation :D

if foo != fubar then... :D

Skeptik
13-04-2007, 10:06 PM
Best to do would be to get a firm grip on C

then move on to C++

after all, C++ is like C, only enhanced beyond all obfuscation :D

if foo != fubar then... :D

I disagree. Learning pure C will only confuse the poor sods. Objects are a difficult concept. I f you get it, you get it. If not, there's always a simpler language.:D

teraside
13-04-2007, 10:09 PM
I disagree. Learning pure C will only confuse the poor sods. Objects are a difficult concept. I f you get it, you get it. If not, there's always a simpler language.:D

html? :D ;) :p

Highflyer_GP
13-04-2007, 10:32 PM
html? :D ;) :p

Not really a language as it is a way of formatting a page ;)

Skeptic learning C wouldn't be a bad idea, it will help him become accustomed to the syntax. After that he can move on to OO style programming, breaking the problem into classes etc. The main difference between C and C++ is object orientation.

As mentioned above, the hardest part is breaking up the problem, solving each of the smaller parts, and then connecting them together again. Superpostion can be a bitch at times :p But it gives rise to a more robust and reusable code. So if he can get something done in C, there would probably be large parts of it that he could still implement in C++.

teraside
13-04-2007, 10:43 PM
Not really a language as it is a way of formatting a page ;)

FINE! You don't say hi, you don't phone, but you always have the time to eat me up from the inside: ARRRGGGHHHH :D ;) :p

Hey HGP ;) Nice seeing you again bro, we should chat sometime. Have a good weekend.

Highflyer_GP
13-04-2007, 10:48 PM
FINE! You don't say hi, you don't phone, but you always have the time to eat me up from the inside: ARRRGGGHHHH :D ;) :p

Hey HGP ;) Nice seeing you again bro, we should chat sometime. Have a good weekend.
There will be no eating done on dudes!! :p Haha. Yeah we should catch up sometime...

icyrus
16-04-2007, 03:52 PM
Google groups:

http://groups.google.com/group/comp.lang.c++/topics?lnk=gschg
http://groups.google.com/group/alt.comp.lang.learn.c-c++/topics?lnk=gschg

Tread lightly though and always search before you ask.

There are also c++ chat rooms on a few irc servers but YMMV there.

As far as I know there aren't any dedicated local mailing lists for c++.

Edit: Perhaps post your question again in this forum. I (probably others) only tend to read it sporadically and I haven't used c++ in many years but if I can help I will.

dablakmark8
08-05-2007, 10:23 PM
what is more simple than c...python

ASS_SAZiN`
09-05-2007, 08:49 AM
Lol, C++ isn't that hard but like someone mentioned you just get it at some stage. I first learned c then moved to c++, thats how it used to be at varsity but they have changed it in recent years so now the first years learn c# or java first, then they move on to c++, but they are only introduced to OO concepts later.

c++ has been around for many years there are so many good sources out there even free e-books http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html was one i used, very good.

I am a tutor at varsity and some people think that it will just come naturally, and it often does, but the main thing is practice practice! use examples and change them, but just code!

Prometheus
16-05-2007, 12:10 AM
You wanting to learn the language or the programming? The first one is easy, the second you either grasp or you don't.

A good source for specific issues is the Safari Books (http://safari.samspublishing.com/) from Sams.