Hi Stuart,
I can teach you GNU C++/Forte C++ on Sun OS thorough online. If you feel then we can discuss about the mode of communication(thorough chat sessions etc.) etc.
Regards,
Amarnath Revuri
Systems Analyst.
mailid: amarevu@yahoo.com
Hi Stuart,
I can teach you GNU C++/Forte C++ on Sun OS thorough online. If you feel then we can discuss about the mode of communication(thorough chat sessions etc.) etc.
Regards,
Amarnath Revuri
Systems Analyst.
Hello Mr vlitzer,
Here i have written to convert decimal numbers into roman numbers using 5 bifurcative structures. I have used fortec++ compiler on solaris.
#include <iostream.h>
#include <string.h>
#include <math.h>
char * fnConvertRoman(int num, int len)
{
char array[3][3] =...
Hi Celia,
The following link provides you API, jars and source code of the API used to create .pdf files. This code is written in JAVA. It is freely downloadable. The name of the API is iText
http://www.lowagie.com/iText/docs.html#download.
Amar.
Hey Dude,
This is Good logic(int value = 'A' | 'A'<<8 | 'A'<<16;
), But for each and every String there is a need of doing bit operations. Instead of doing like this it is better to use if conditions using strcmp or strcasecmp. Am i right?
Amarnath Revuri.
In Windows we can use clear() of conio.h. But for UNIX there is no console headers. So it is better to use "clear" command of UNIX system using 'system' function of stdlib.h.
include the following line at header includes.
#include <stdlib.h>
and use the following line where you want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.