by: gukn9700 |
last post by:
the following code cannot pass the compiler:
#include <fstream>
#include <iostream>
using namespace std;
int main()
{
fstream outfile("i:\\test.txt", ios_base::in | ios_base::out);
|
by: Philip Goisman |
last post by:
Hi,
Hope someone can help. I have the following c++ program which compiles
fine in gcc2.96, but won't compile in gcc3.2.2:
//FMain.cpp
#include <stdlib.h>
#include <stdio.h>
#include...
|
by: Pankaj Bhagat |
last post by:
Hi,
This is in context with compiler and linker
Can someone let me know
1) what is a binder? where is it needed? What does it do in a
compiling process?
-----------------
2) When I have a...
|
by: Georg |
last post by:
Hello,
I must be doing something wrong, but I don't get it:
- compile
gcc -c -O -Iinc src/hello.c -o obj/hello.o
gcc -c -O -Iinc src/msg_1.c -o obj/msg_1.o
gcc -c -O -Iinc src/msg_2.c -o...
|
by: Servé Laurijssen |
last post by:
I saw that GCC4 is out, anybody knows how well C99 is implemented or where
to find the info?
|
by: Marcel van Kervinck |
last post by:
Dear all,
I would like to confirm my suspicion of a compiler
bug in gcc4 for MacOSX. The code example below expects
that the initializer of 'v' sets all elements in
v.u.bytes to zero, as...
|
by: Jloyd |
last post by:
Hi all,
I wanted to install the cross compiler for m68k (motorola) GCC2.96+ or GCC 4.2 Beta version in cygwin. This compiler is used to compile the C source code. I got to know that the GCC...
|
by: Oneironaut |
last post by:
Hello friends,
I have an issue with a linker warning. It is the warning LNK4089. I am
working in MSVC6.0
I investigated and this warning tells that the import of the library
to which it makes...
|
by: Deepath G |
last post by:
This is deepath..
I am getting some linker error when i am trying to connect Websphere MQ using Borland C++ Builder 2006 using imqi.hpp on windows.
Error Message
-----------------------
...
|
by: LewGun |
last post by:
at the end of last year Herb Sutter told us that "C++ 0x has been
fixed", now GCC4.3 had been released, the compiler were known as "the C
++ new features' experimental unit",but it support to the...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|