huge vector534 (10/6/2004 11:11:48 AM) comp.lang.c++ Hello, I've got some Problems with a Programm. I use a Grid with Nodes. The Grid will be 64 * 64 Nodes huge. Each Node is a float. Some Algorithms ha've to copy the whole Grid, sometimes twice. If this happen... simon8682(6)
Please use wxWidgets1030 (10/6/2004 3:40:02 PM) comp.lang.c++ PLEASE USE WXWIDGETS Please use wxWidgets, the multiplatform C++ class library. It's free, open-source and non-commercial. It's modelled after MFC but it produces code which can be compiled (using conditional... nobody15(1231)
Pulsed Event?837 (10/7/2004 11:49:57 AM) comp.lang.c++ Hi Guys Have any of you ever come across the term 'Pulsed event' in C++. I've searched in all the usual places, but I'm a bit stumped. Ta Jens Dramus ... me7582(375)
Creating POSIX threads with a class function622 (10/8/2004 12:23:06 PM) comp.lang.c++ Hi, I try to implement my own thread class based on POSIX threads. I want my class to manage everything (creation of threads, exception handling...). This includes also some functions that need to be called w... buckl(1)
const_cast undefined results635 (10/12/2004 8:08:42 AM) comp.lang.c++ In the following code at the end of the program z = 20 & y = 99. void doit(const int* x) { int* nonconst; nonconst = const_cast(x); *nonconst = 99; } int main(int argc, char* argv[]) { const int y = 20; ... trainersbuk(1)
Newbie: bus error726 (10/12/2004 1:30:59 PM) comp.lang.c++ Hello, A bus error is caused every time I execute a method. I learned that bus errors are usually caused if something is going wrong with memory allocation and dereferencing. But I can't make out the error here... david.kensche(18)
Object Initialization424 (10/12/2004 2:00:45 PM) comp.lang.c++ Consider a simple POD: struct Blah { int a; const char* p_b; unsigned c; double d; }; Now, let's say we want to create a "zero-initialized" object of this class, yielding: a == 0 p... null25(1553)
how to get the CPU time with VC++ (win)?345 (10/12/2004 4:40:59 PM) comp.lang.c++ I try to fing on google but I have not find someting. How can I get the CPU time ? How can I know the true time my code spend? Thank you in advance, Mario. ... mario.lat(18)
Who can help me?3339 (10/17/2004 2:26:03 PM) comp.lang.c++ I'm new in the programming business and I don't know what program I should use for begining development?(GNU c++...?) ---------------------------------------------- Posted with NewsLeecher v1.0 Final * Binar... softek15(1)