Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Hello BigInt working under Qt Creator under Windows.
Operating system: Windows XP
IDE: Qt Creator 2.0.0
Project type: console application
Compiler: G++ 4.4.1
Libraries used:
#-------------------------------------------------
#
# Project created by QtCreator 2010-10-01T15:39:17
#
#-------------------------------------------------
QT += core
QT -= gui
unix:INCLUDEPATH += ../../Libraries/bigint-2010.04.30
win32:INCLUDEPATH += ../../Libraries/bigint-2010.04.30
TARGET = CppHelloBigInt
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
unix: SOURCES += \
../../Libraries/bigint-2010.04.30/BigInteger.cc \
../../Libraries/bigint-2010.04.30/BigIntegerAlgorithms.cc \
../../Libraries/bigint-2010.04.30/BigIntegerUtils.cc \
../../Libraries/bigint-2010.04.30/BigUnsigned.cc \
../../Libraries/bigint-2010.04.30/BigUnsignedInABase.cc \
main.cpp
win32: SOURCES += \
../../Libraries/bigint-2010.04.30/BigInteger.cc \
../../Libraries/bigint-2010.04.30/BigIntegerAlgorithms.cc \
../../Libraries/bigint-2010.04.30/BigIntegerUtils.cc \
../../Libraries/bigint-2010.04.30/BigUnsigned.cc \
../../Libraries/bigint-2010.04.30/BigUnsignedInABase.cc \
main.cpp
|
main.cpp
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
