User profile: vjanu

User info
User name:vjanu
Name:vjanu
History
Joined:
Number of posts:9
Latest posts:

Decimal to Hexadecimal Question
[code] #include <iostream> using namespace std; int main() { long dec,rem,i=1,sum=0...

Intro + Seeking Help
[code]#include <iostream>//modified version using namespace std; int main() { long dec,rem,i=1,...

Intro + Seeking Help
[code]#include <iostream>//This Program only capable of handling Positive digits using namespace std...

Need Help Finding Simple Error
http://www.linuxquestions.org/questions/linux-newbie-8/what-is-std_lib_facilities-h-716280/ GO thro...

Ncurses
Can I use Ncurses in Windows using MinGW compiler.If so can you tell me the steps to do it?