Jump to content

suggestion for developing a software

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
mIXpRo

mIXpRo

    Newbie

  • Members
  • PipPip
  • 11 posts
hii,
i would like to start a project of my own it includes a lot one of the features a software for managing an email ,
im leaning towards c/cpp .
1-) what graphical user interface language you suggest (qt , wxwidget) cause i like it to run on both windows and linux .
2-) i have no idea how to start and what libraries are needed .:rolleyes:

can you suggest some books / articles please .

#2
mr mike

mr mike

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Hello,
Tutorial Site
Development for Beginners | C++ Beginner's Guide | MSDN has beginner tutorials
Another Site
and this link has code for sending email here.

You could try the program in java.
The book to look at would be CoreJava Vol. 2 Advanced Features or google "sun learn java" for a snippet of code to build from.

Good luck

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What email protocols do you plan to support?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
mIXpRo

mIXpRo

    Newbie

  • Members
  • PipPip
  • 11 posts
smtp pop3
i want to be able to work with gmail hotmail yahoo accounts

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'd start by making sure you can issue the basic commands in the right order to get/send emails. Then worry about managing the local copies of the files.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
mIXpRo

mIXpRo

    Newbie

  • Members
  • PipPip
  • 11 posts
how do i do that ?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Do you know how to do socket programming? If not, I'd start there. Then learn the protocols for POP3 and SMTP. Saving emails is just a matter of saving the text files. Displaying them can involve a little creativity. You'll also need to be able to encode/decode MIME encoding.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts
5 Tips for Enjoying the Software Development Profession
Microsoft: "You've got questions. We've got dancing paperclips