C/C++ project help

Questions about programming languages and debugging
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

C/C++ project help

Post by z3r0aCc3Ss »

I'm stuck with some project. I need to develop a campus placement system (I hope you people know what is campus placement. It is done when you are in your final year of graduation and you get a job via college campus).
The language is C/C++, also need to develop GUI in .net
Any ideas would be appreciated. Any good links/ideas are needed...

If source code is provided, then that would be great, ;-)
LOLzzz...
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: C/C++ project help

Post by Gogeta70 »

C++ .NET? What's that? O_o
¯\_(ツ)_/¯ It works on my machine...

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: C/C++ project help

Post by ayu »

Guess you will be needing msdn

MSVC++ Tuts and info

Code: Select all

http://msdn.microsoft.com/en-us/visualc/aa336395
.Net Framework 4.0 docs and api

Code: Select all

http://msdn.microsoft.com/en-us/library/w0x726c2.aspx
"The best place to hide a tree, is in a forest"

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: C/C++ project help

Post by z3r0aCc3Ss »

Thanks cats for the links.
I'm sorry, I wanted to say C++ coding using GUI under Visual C++.
Any tutorials?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: C/C++ project help

Post by ayu »

z3r0aCc3Ss wrote:Thanks cats for the links.
I'm sorry, I wanted to say C++ coding using GUI under Visual C++.
Any tutorials?

I would use QT if I were you

Code: Select all

http://qt.nokia.com/products/

Code: Select all

http://sector.ynet.sk/qt4-tutorial/
Then of course there's WinAPI as well, but not as easy as QT imo

Code: Select all

http://www.winprog.org/tutorial/
"The best place to hide a tree, is in a forest"

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: C/C++ project help

Post by Gogeta70 »

I wouldn't be so sure, cats. I'm pretty good with the windows api but i've tried using QT twice now without any luck. In my opinion, the windows api makes a lot more sense (and is thus, easier).

It's more a matter of preference, though. Either is a viable solution.
¯\_(ツ)_/¯ It works on my machine...

Post Reply