c/c++ programming at openSUSE

hello,

i am new to open source,i have been studing for a while c++ and qt.

Is there any project to openSUSE which is using c or c++.

Because i want to contribute to openSUSE

thanks in advance

Hi,

You might want ot read this first : Portal:How to participate - openSUSE

There is surely a lot of work to do on the Qt side. :wink:

can u point me into a specific project which is using c/c++?

If you want to learn good c++ I have written a guide in greek forum about how to learn c++ Εκμάθηση C++](http://forums.opensuse.org/greek/i-i-i-i-iui-i-i-i-i-i-i-i-i-i-i-i-i-i-i/i-i-i-i-i-i-i-i-i-i-i-i-i-ioei/454265-i-i-i-i-i-i-i-i-c.html)

To start easy, you may take my project Baires (batch image resizer).
Go to Baires download, and download source.
You can compile it immediately. I was using QtCreator downloadable from repos.

That’s great good job. I write a compiler from C++ When I will complete you are the first who you check it.

Hey! That’s nice project!
Source

Terietor
If you will have some questions (about this project or another), you can also ask myself :wink:

I would actually advise against picking a project to work on based solely on the language it’s programmed in. Working on an application requires a lot more knowledge than the language with which it’s built, and if you’re not working on something beneficial to yourself (and hopefully others) then you’ll probably get bored of it before long.

If you’ve been studying C++ and Qt for a while, then you’d be most productive contributing to a project using those, but it shouldn’t be the sole determinant. Explore the software that’s there, determine what people’s opinions on it are and what could be improved, and then focus on that.

Also, read up a little bit on good programming practices. These will always be useful regardless of what language you learn, and nobody wants to work with someone who writes ugly or confusing code. =)

I have already installed it and it is perfect.;):slight_smile:

With Gcc I develop in C++

I mean structure of project, ie look at the project not as a user, but as a developer.

beli0135

I saw your image re-sizer app,is it completely made in Qt ?
I know c and c++.
But have no idea of Qt please tell me how different is it from above mentioned.
Is important is it in field of Developing ?