You are not logged in.

PeterLai

Beginner

  • "PeterLai" is male
  • "PeterLai" started this thread

Posts: 13

Location: singapore

Occupation: operator

  • Send private message

1

Thursday, February 19th 2004, 9:28am

Learn C++ first?

Is this true you to learn c++ first b4 go to QT or other programming?

Christian

Unregistered

2

Thursday, February 19th 2004, 9:33am

Hi,

I have tryed to learn Qt without any big C++ knowledge. After some time I have recognized, that this was lost time... I was not able to write a Qt application.

C++ knowledge is very important I think because Qt is objectoriented - written in C++ and so you should know how everything fits together.

It's hard (impossible) to learn Qt without C++ knowledge...

Greets

PeterLai

Beginner

  • "PeterLai" is male
  • "PeterLai" started this thread

Posts: 13

Location: singapore

Occupation: operator

  • Send private message

3

Thursday, February 19th 2004, 9:38am

Thkx
But this too late for 35yrs old like me to learn C++?
I working as IT operator so many years,just written some dos batch file and unix script. :(

Christian

Unregistered

4

Thursday, February 19th 2004, 10:03am

Quoted

Originally posted by PeterLai
Thkx
But this too late for 35yrs old like me to learn C++?
I working as IT operator so many years,just written some dos batch file and unix script. :(


You are never ever to old to learn C++. Believe me: There is nothing which is better than programming Qt... If you are able to write Qt applications - your life will change... ;) It's a great thing...

So - now be motivated - buy a C++ book and start to learn...

e8johan

Professional

  • "e8johan" is male

Posts: 1,195

Location: Sweden

  • Send private message

5

Thursday, February 19th 2004, 10:03am

It is never too late to learn!

tuxipuxi

Unregistered

6

Thursday, February 19th 2004, 10:44am

Quoted

Originally posted by e8johan
It is never too late to learn!


yeah, and 35 is definitely not too old.

mrgoatse

Beginner

Posts: 11

Location: My Gimp Box.

Occupation: Software Engineer

  • Send private message

7

Thursday, February 19th 2004, 12:35pm

You will need to learn c++ before leanring Qt. Qt is a set of libraries for c++, and you will have a hard time working out anything in Qt without the background knowledge about pointers, references, and objects.

Good-luck with the c++, its not as bad as people say it it. :D And of course, your never too old to learn anything. Whilst your at it, teach your children c++. :)

MrG
[This signature is intentionally left blank]

PeterLai

Beginner

  • "PeterLai" is male
  • "PeterLai" started this thread

Posts: 13

Location: singapore

Occupation: operator

  • Send private message

8

Thursday, February 19th 2004, 3:01pm

thanks!!! for everyone

9

Thursday, February 19th 2004, 4:37pm

If you've been working at an IT operator, you're no stranger to computers so a book like Thinking in C++ will be a good way to start. I've found it very helpful when I started programming in C++, a few years back.

You can even download it for free at http://www.mindview.net

PeterLai

Beginner

  • "PeterLai" is male
  • "PeterLai" started this thread

Posts: 13

Location: singapore

Occupation: operator

  • Send private message

10

Friday, February 20th 2004, 2:57pm

thank!!!
so I alwys hear about OOP it same as c++?
i'm sorry to ask this question.

Posts: 2,162

Location: Graz, Austria

Occupation: Student

  • Send private message

11

Friday, February 20th 2004, 6:16pm

Quoted

Originally posted by PeterLai
thank!!!
so I alwys hear about OOP it same as c++?
i'm sorry to ask this question.


OOP means object oriented programming and is a programming paradigma.
C++ is one of the languages supporting it.

Cheers,
_
Qt/KDE Developer
Debian User

rmanzur

Beginner

  • "rmanzur" is male

Posts: 16

Location: Villahermosa, Tabasco, Mexico

Occupation: Web Developer

  • Send private message

12

Saturday, February 21st 2004, 12:39am

I bought Programing with Qt second edition and I did't understand at all, now I did read a very good spanish C++ book and I read now part of Programing with Qt and Qt Programming in 24 hours and beleive me I understand at all...

it feels so good to understand and start to programming your own classes...
Qt, KDE, SuSE, MySQL para Mexico

This post has been edited 1 times, last edit by "rmanzur" (Feb 21st 2004, 12:41am)


PeterLai

Beginner

  • "PeterLai" is male
  • "PeterLai" started this thread

Posts: 13

Location: singapore

Occupation: operator

  • Send private message

13

Tuesday, March 2nd 2004, 9:28am

today office everyone say C++ are boring ,advice me learn VB.NET
so what the diff?

thkx

e8johan

Professional

  • "e8johan" is male

Posts: 1,195

Location: Sweden

  • Send private message

14

Tuesday, March 2nd 2004, 10:30am

I'd advice you to go for C# if you want to use the .net platform (as opposed to VB). C++ is the most widespread spread language now so if you are aiming at professional development I would recommend it. The thing is that the choise of language does not really matter as soon as you've really understood programming. All languages embody more or less the same features, the real trick is to translate your real world tasks to those features in a good way. If you are a learning programmer, I would really recommend you to look at Python.