similar to: sizeof(std::string)

Displaying 20 results from an estimated 1000 matches similar to: "sizeof(std::string)"

2007 Jan 19
5
C vs. C++ as learning and development tool for R
I have 3 years of experience with R and have an interest in becoming a better programmer so that I might someday be able to contribute packages. Other than R, my only experience was taking Lisp from Daniel Friedman in the 1970's. I would like to learn either C or C++ for several reasons: To gain a better concept of object oriented programming so that I can begin to use S4 methods in R. To
2009 Jul 20
2
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
> In languages without stack-allocated objects (ie. most languages that > support exceptions) there is no need to unwind frame-by-frame, the > unwind simply needs to make a single jump to the invoke instruction and > restore the context (which in x86 is just 6 registers). > No. Java, C#, Ruby and Python all support the finally/ensure block; C# supports the using( IDisposable x
2008 Dec 28
4
Driver installation after reboot
Hello, I have installed a Windows game using Wine. ("Ritter Rost", basically a simple point and click adventure for children, see http://www.terzio.de/produkte/677/Ritter_Rost_Geisterjagd_Wasserpost.html) When starting the game, I receive a message that some drivers are being installed. (That's okay, I receive the same message when running the game for the first time on Windows.)
2001 Mar 04
1
not in network neighbourhood
Hi, I setup samba according to the Howto and I'm not sure but I can't find my samba box in netowrk neighbourhood. If I run \\(samba IP address) I get it fine. It just doesn't show up in the nethood. Any ideas? BTW, I'm using win95 and linux RH6.1 ====================================== Dave Comeau -- Network Administrator Save the Rainforests, Eat vegetarians
2015 Apr 21
2
shlib problems with Intel compiler
Hi, I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the issue. Below, there's information on my platform, compiler, and some diagnostic output showing
2008 Mar 27
2
WINEDLLPATH weirdness
Hi all, I'm using the Linux to MinGW cross compiler toolchain to build windows binaries for one of my libraries. I'm also trying to run the cross-compiled binaries that make up the test suite under wine version 0.9.58 from ubuntu hardy heron. The DLL for my library gets built as: /home/erikd/Bzr/libsndfile-mingw/src/.libs/libsndfile-1.dll and the test suite binaries get built in:
2008 Dec 28
1
stdint.h on Solaris 7
Erik de Castro Lopo wrote: > Both <inttypes.h> and <stdarg.h> are part of the 1999 ISO C Standard > (yes, a standard that is now 10 years old). Any compiler which has one > or the other missing does not comply with the standard. Fairly old standard. ;) > > > Maybe you can ask SUN to fix their compiler. Okay, maybe that was not fully clearto you. I use the GCC from
2008 Jan 17
1
compression level
hi I was wondering how many difference in % of cpu load (on same cpu) exists between compression level 1 and 8 while decoding. Also same question for encoding. Is the difference in % of cpu load while decoding/encoding the reason different compression levels were created or another reason? thx -- 'C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows
2008 Feb 07
1
Nullsoft winamp's FLAC plugin
Hi, Does anybody know if the FLAC plugin of Nullsoft winamp (the one included with winamp itself, not the one you can download on the FLAC website) uses the reference FLAC decoder? thx -- 'C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg.' --Bjarne Stroustrup, The Creator of C++ 'And so at last the beast fell and the
2013 Jun 09
0
xattrs, Operation not supported during rsync
All, I was just running an rsync mirror script and noticed some errors in my brick log file: [2013-06-09 17:48:38.527144] E [posix.c:1755:posix_create] 0-data-posix: setting xattrs on /mnt/gfs/wingu0/sda1/data/mirror/archlinux/core/os/x86_64/.core.db.tar.gz.NhEheR failed (Operation not supported) [2013-06-09 17:48:38.598159] E [posix.c:1755:posix_create] 0-data-posix:
2019 Jul 25
1
Files not populated in var/www
Thanks, Thomas. This machine is running RHEL enterprise. I installed with RedHat Package Manager. -B -- *Bjarne Bartlett* | Graduate Student | Biostatistics & Quantitative Health Sciences | 651 Ilalo Street, Honolulu, HI 96813 | (610)864-7435 | bjarne at hawaii.edu *WARNING*: E-mail sent over the Internet is not secure. Information sent by e-mail may not remain confidential.
2013 Dec 02
3
[LLVMdev] Configuring for cross-compilation doesn't work
Hi, I am trying to build LLVM 3.4 RC1 with the Intel compiler targeting the Xeon Phi (native). In order to skip the building and execution of a test binary during configuration one needs the set the "-host" option indicating a cross compilation. Intel suggests to use "x86_64-unknown-linux-gnu". However, either using "x86_64-unknown-linux-gnu" or something
2019 Jul 25
1
Files not populated in var/www
On 24 Jul 2019, at 21:37, Bjarne Bartlett wrote: > Aloha Paul, > > I did originally try to view the server on port 8000 and 8001 and I get an > error message that the site cannot be reached. It initially seemed like a > firewall issue, but our LAN admin has opened the ports and allowed the > icecast connection. Interestingly, when I start icecast it hangs and does > not print
2015 Apr 22
1
shlib problems with Intel compiler
Hi Martyn, Thanks for your insight, that seems pretty direct. Unfortunately, I did not compile this version of R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings: DYLIB_LD = icc -std=gnu99 DYLIB_LDFLAGS = -shared -openmp LDFLAGS = -L/opt/compilers/intel/cce/9.1.039/lib
2013 Aug 20
0
sf bug 256 - Virtual functions in destructor
In 2007, user reported a segfault in FLAC::Encoder::File::progress_callback() when called from ~Stream(). Original report at https://sourceforge.net/p/flac/bugs/256/ Hello! Sorry, english is not my best language. I use libFLAC++ API. I have some problems. In libFLAC API all OK. Unhandled exception at 0x00000000 in Test.exe: 0xC0000005: Access violation reading location 0x00000000. Call stack
2013 Dec 02
0
[LLVMdev] Configuring for cross-compilation doesn't work
Let me add that when not specifying the '--host' option, the whole thing fails as well: ../llvm/configure CXX=icpc CC=icc CXXFLAGS="-O3 -mmic" CFLAGS="-O3 -mmic" checking for C compiler default output file name... a.out checking whether the C compiler works... configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. Frank
2019 Jul 23
0
Files not populated in var/www
error.log [2019-07-22 13:25:18] INFO main/main Icecast 2.4.4 server started [2019-07-22 13:25:18] INFO connection/get_ssl_certificate No SSL capability on any configured ports [2019-07-22 13:25:18] INFO stats/_stats_thread stats thread started [2019-07-22 13:25:18] INFO yp/yp_update_thread YP update thread started [2019-07-22 13:26:23] INFO main/_server_proc Caught halt
2019 Jul 24
0
Files not populated in var/www
Aloha Paul, I did originally try to view the server on port 8000 and 8001 and I get an error message that the site cannot be reached. It initially seemed like a firewall issue, but our LAN admin has opened the ports and allowed the icecast connection. Interestingly, when I start icecast it hangs and does not print that the server has started, is this an issue that anyone has encountered? I have
2016 May 05
3
pread() failures when using mdbox on btrfs
(Note: I am not subscribed to this ML, so please be sure to CC me in replies.) Hello, I see a strange bug when running dovecot under btrfs with a mailbox in mdbox format. At some point, which can take a few minutes or more than a day, dovecot starts logging pread() failures, like so: Apr 02 23:43:42 thetick dovecot[570]: imap(marcec): Error: pread() failed with file
2012 Oct 27
7
How does btrfs behave on checksum mismatch?
I came across the tidbit that ZFS has a contract guarantee that the data read back will either be correct (the checksum computed over the data read from the disk matches the checksum stored on disk), or you get an I/O error. Obviously, this greatly reduces the probability that the data is invalid. (Particularly when taken in combination with the disk firmware''s own ECC and checksumming.)