• Forum
  • Jobs
  • Need A Tutor for Your C++ Programming Cl

 
Need A Tutor for Your C++ Programming Class? First Assignment Free

Dec 12, 2014 at 5:12am
If you are struggling with your C++ programming class, I'd like to help you out.

I am willing to help you with one programming assignment, up to about an hour, give or take, for free. We can discuss additional tutoring after that if you are interested, but if not, no problem.

I have a Bachelor's and Master's degree in Computer Engineering and Software Engineering along with 5 years of work experience, mainly focused on C++ embedded development.

I am NOT offering to do your work for you. If you are looking for someone to do your homework for you, look elsewhere. However, if you want help understanding an assignment so you can do it yourself and actually learn C++, I can probably help.

I can help with basic introductory courses or data structures. If you need help with more advanced concepts than that, I may can still help - just ask.

I can help over GChat or potentially Skype. If you are interested, please send me a PM or email me at learnprogrammingwithtim AT gmail.com.
Last edited on Dec 12, 2014 at 5:13am
Dec 17, 2014 at 6:31pm
Can you teach me GUI and develop stuff like this http://ticno.com/multibar/
if yes, could you give me a gist of what development tools I will need (for cross platform dev.)

And I'm not an absolute beginner
Last edited on Dec 17, 2014 at 6:31pm
Dec 18, 2014 at 12:04am
Developing a GUI in C++ can range from not too difficult (maybe using a framework like Qt, which still isn't too easy) to very difficult (learning OpenGL, for example).

I'm not too familiar with developing GUIs, so I wouldn't be the right person to teach you.

However, if you want to develop GUIs in C++, I could recommend Qt if you are going to develop things like menus/dialog boxes/etc. If you want to develop something a little more complex, you might look into OpenGL, but it's going to take a while to get familiar with it. Others that are more familiar with GUIs will probably have better suggestions - you may try asking in the General C++ Programming forum.
Last edited on Dec 18, 2014 at 12:12am
Dec 18, 2014 at 2:17am
Well, OpenGL pretty much has nothing to do with GUIs. If you want to get into pure GUI-based programming then you should stay away from OpenGL, and either learn native OS libraries, or something like Qt.

Dec 18, 2014 at 2:52pm
Thanks a lot for your replies....Do you think Qt can let me develop stuff I mentioned above....
Dec 19, 2014 at 3:14am
AFAIK, no. That software is specialized, you'll have to rely on native Windows libraries.
Dec 19, 2014 at 11:14am
Windows libraries provided by Visual Studio ??? Right ??

But if wanna Deploy the same app on Linux,ubuntu,Mac etc. then what I gotta do?
Dec 20, 2014 at 12:30am
Then you would use their native libraries instead of the Windows native libraries. You could have an abstraction layer and then depending on the operating system do different things, I would however suggest creating your own forum so this topic does not get too much more off topic.
Dec 20, 2014 at 1:03pm
I did create a new thread here http://www.cplusplus.com/forum/general/151364/
but didn't got any replies..it'd be great if you or anyone you know, could guide me through this..just give a kickstart with tools and specific libraries
Topic archived. No new replies allowed.