473,554 Members | 3,191 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C / C++ Forum

C / C++ programming language - Get answers to questions about compilers, visual C++, templates, namespaces, classes, data structures, OOP (object-oriented programming), inheritance, data types, exceptions, Standard Template Library (STL) and the C Standard Library.
0
974
thread by: Alex Blekhman | last post Jul 22 '05 by: Alex Blekhman
Hello, I'm using VC6.0 SP6 on Win2K machine. I have strange behaviour of exception handling mechanism. Here's small example that exposes the issue: ------- class X { public:
0
1,347
thread by: Leslaw Bieniasz | last post Jul 22 '05 by: Leslaw Bieniasz
Cracow, 16.09.2004 Hi, I have a problem with compiling the following construction involving cross-calls of class template methods, with additional inheritance. I want to have three class templates: ------------------------------------------ in file "Model.h":
0
1,326
thread by: chris | last post Jul 22 '05 by: chris
Hello, I have been reading the c++ standard recently, in particular the part about input iterators. I note that given an input iterator a for type T, then *a only has to be "convertable to T", not actually of type T. Firstly, I can't seem to find an exact definition of "convertable to T". While I assume it is the obvious definition (an...
0
961
thread by: zeroNoSpamThankYoutype | last post Jul 22 '05 by: zeroNoSpamThankYoutype
Although several things, most notably some revision exercises set by my university, have stopped me perusing the replies to my queries for a whil, I've finally examined them and would just like to thank everyone who responded, as these have been very useful to me. For which reason I paid someone a huge amount of money to say: "Thanks!" ...
0
263
ugu
thread by: Stieve | last post Jul 22 '05 by: Stieve
andrey@softmaster.ru igor@softmaster.ru ksm@softmaster.ru alexm@softmaster.ru andrew@softmaster.ru all@softmaster.ru chief@softmaster.ru katy@softmaster.ru sveta@softmaster.ru dasha@softmaster.ru
0
1,609
thread by: Jaspreet | last post Jul 22 '05 by: Jaspreet
Hi All, I want to make a Chat Server and Client program in C++ using Turbo/Borland C++ on a windows/Dos platform. if you have any info, suggestions or resources for Network programming in Turbo/Borland C++ then please guide me. Jaspreet
0
1,735
thread by: Vaclav Haisman | last post Jul 22 '05 by: Vaclav Haisman
Motivation: I have been working on some project recently that uses lots of enums with disjunctive intervals of values because it is rather convenient way to define series of constants with consecutive values. The problem is that some functions should only accept some of the ranges. To store values of more than one range/enum in variable one...
0
295
thread by: Tim | last post Jul 22 '05 by: Tim
#define FILE "Machine.h" ??=include FILE
0
254
thread by: Michal O | last post Jul 22 '05 by: Michal O
Hi. I have to write a C++ code that invokes a set of SQL statements (inserts, updates, selects etc.), according to the system administrator's directives. The directives should be written as a simple script. In addition to the SQL statements invocation, the script should enable using query results as an input to other SQL statements, and...
0
1,036
thread by: Mohd Zamani | last post Jul 22 '05 by: Mohd Zamani
Beta test timeframe : 20/9/2004 - 9/11/2004 We are inviting beta testers for our MPC (Multi Platform C) compiler/IDE. MPC compiles C programs and generate Java byte-code. This allows users to develop platform independent software without having to learn or use the Java programming language. The C language implemented is a large subset of...
0
1,580
thread by: Lionel B | last post Jul 22 '05 by: Lionel B
Greetings, Using gcc (GCC) 3.3.3 (cygwin special) on Win2K Does anyone know if there is a convenient mechanism to cause a C++ exception to be thrown whenever a IEEE 754 floating-point "exception" is raised? Currently I a check the FPU status word wherever I wish to test for FP errors and throw a C++ exception accordingly. This is fine;...
0
853
thread by: pervinder | last post Jul 22 '05 by: pervinder
http://www.sleepycat.com/docs/ Regards, ~Pervinder "Sonia" <smach02@hotmail.com> wrote in message news:<wcE4d.191745$%n4.125640@bignews6.bellsouth.net>... > "Default User" <first.last@boeing.com.invalid> wrote in message > news:I4I6q3.9oD@news.boeing.com... > > Sonia wrote: > > > >> Hello, > >> Could anyone point to a good source of...
0
1,034
thread by: zeroSpaMISBaDtype | last post Jul 22 '05 by: zeroSpaMISBaDtype
Hi, A friend of mine at Newcastle University is looking to get in touch with someone doing numerical modelling in C++ (preferably, but not essentially, using DEAL 2. To be honest, I think he'd welcome an email from someone doing numerical modelling even without C++). If anyone is, could they contact him at...
0
1,112
thread by: Holger Fleckenstein | last post Jul 22 '05 by: Holger Fleckenstein
Hi I have written a C++ server and an IDL client, that are supposed to communicate over sockets. Circumstances require, that only one client can connect at a time, and possible others are refused. So the first thing I did, was to set a short connection timeout on the client (IDL) side: socket, lun, port, connect_timeout=1
0
2,008
thread by: Martin Ink | last post Jul 22 '05 by: Martin Ink
I need to access PVCS Version Manager via DTK, Developers Toolkit. Visual C++ will be used. 3-4 DTK function shall be used and I want to create this as a dll. The functions shall be accessed from a Java environment and 3-4 parameters will be passed. I already have some C++ example, but I have some problems to create this dll. If anyone can...
0
1,070
thread by: Used Cisco at Optimum Data | last post Jul 22 '05 by: Used Cisco at Optimum Data
9-29-04 Thank you for this opportunity to work with you again, I really appreciate it. Here is a list of our current specials: 3662 128DRAM, 16 Flash, AC $4900.00 3640 32DRAM, 8 Flash, AC $1100.00 3620 32DRAM, 8 Flash, AC $450.00 2610 32DRAM, 8 Flash, AC $250.00 2612 32DRAM, 8 Flash, AC $225.00
0
301
thread by: Voronkov Konstantin | last post Jul 22 '05 by: Voronkov Konstantin
Thank you much for you help about explanations of C++ standard. I also found one link on this topic: http://www.eskimo.com/~scs/C-faq/q19.2.html Best Regards, Konstantin
0
1,039
thread by: Wybo Wiersma | last post Jul 22 '05 by: Wybo Wiersma
LogiLogi.org Make (Lake for short) is yet another make replacement, but one that allows you to create your makefile in C++. A header and footer are added to it, and it's then compiled using your C++ compiler. Afther that it's run, and that's the point where your other sources are being compiled. Thanks to the lakeUsr extension library...
0
864
thread by: buda | last post Jul 22 '05 by: buda
What do you think about the book C++ Annotations by Frank Brokken and Karel Kubat? Is it Standard conforming (i.e. accurate)?
0
969
thread by: Matthew | last post Jul 22 '05 by: Matthew
Hello, I've come upon a weird problem here and haven't been able to find much help; if anyone here can give me a hand it would be much appreciated. I'm trying to parse a struct read from a file as is would appear in text: e.g.: struct myStruct { int a; DWORD b; BYTE c;
0
1,777
thread by: Mike Tyndall | last post Jul 22 '05 by: Mike Tyndall
Whoops, way late this time. Sorry again, things have been hectic. Updates: -Books added to the "Other C++ books" section: Inside the C++ Object Model -Books added to the "General programming" section: Refactoring to Patterns Structure and Interpretation of Computer Programs -Websites added: Code Beach
0
926
thread by: Lothar Behrens | last post Jul 22 '05 by: Lothar Behrens
Hi, I assume, to be right here :-) My automatic pointer implementation is packaged into a macro, that could be placed into a class definition. I have the following code (snippets) that brought me to a problem: UAP(lb_I_Database, database, __FILE__, __LINE__)
0
1,216
thread by: Tero Toivanen | last post Jul 22 '05 by: Tero Toivanen
Dear experts, I am doing code to Solaris 9 system with C++. I get every now and then segmentation fault in the following code that removes heading and trailing white spaces (mLineStr is of type std:string): ------
0
993
thread by: Francis Glassborow | last post Jul 22 '05 by: Francis Glassborow
'You Can Do It!' has just been published in French as 'Je me lance!', not this is not an advertising pitch but an appeal for your help. Quite sensibly the translators have augmented my library by adding functions named in French that delegate to the English equivalent. That makes life easier for the target reader and is consistent with the...
0
1,257
thread by: Martin Gill | last post Jul 22 '05 by: Martin Gill
A while back I disovered a small freeware application for windows that allowed the creation of flow charts that were then rendered into ascii for inclusion in code comments. It was able to export to clipboard, and re-import the ascii from clipboard for editing. Unfortunatly I lost it, and now I need it. I'd greatly appreciated if...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.