473,544 Members | 1,928 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
217
Ink
thread by: mshawjr | last post Mar 20 '06 by: mshawjr
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't happen again. I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice. Murphey
0
217
thread by: Inner Four Inc. | last post Jan 12 '07 by: Inner Four Inc.
Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.usenet.com
16
217
thread by: Lars Uffmann | last post Jun 27 '08 by: Richard Herring
Is it just me or was that about the worst flooding in months? I'm seriously thinking the severe punishment for spammers should be made a prerequisite for countries wanting to join the WTO.... Damn annoying... Nm & Best Regards, Lars
5
217
thread by: Vols | last post Jun 27 '08 by: Sze
I found the following question, and couldn't get the best answer: if you have a sorted and shifted array such like {5,6,7,1,2,3,4}, how to find one element "2"? Thanks. Vol
0
217
thread by: tresnzui | last post Jun 27 '08 by: tresnzui
Hello, i want to make a site, and already made the domain site. I have a video on it, but i cant see it, i cant play it, whats the problem? The site link is this http://szenvedelyes.extra.hu Thanks for the help.
0
217
thread by: acidric | last post Jul 27 '08 by: acidric
poub@acidric.com
2
217
thread by: Andrey Tarasevich | last post Sep 6 '08 by: Default User
Stefan Ram wrote: Hm... I'm not sure about the intended scope of this rule. Say in this declaration int i; I can put a pair of parentheses around 'i' int (i);
0
218
thread by: VB | last post Jul 18 '07 by: VB
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high quality custom software development
0
218
thread by: CuTe_Engineer | last post Oct 27 '07 by: CuTe_Engineer
hii, ////i have three headers struct activities { string exercises; int time; };
6
218
thread by: asm23 | last post Sep 28 '08 by: asm23
Hi, everyone, I'm learning <<thinking c++>volume Two, and testing the code below. ///////////////////////////////////////////////////////////////////////////// //: C01:Wrapped.cpp #include <iostream> #include <cstddef> using namespace std;
0
219
thread by: Giuseppe.G. | last post Jun 27 '08 by: Giuseppe.G.
Hi Greg, you're right about the user include directive. I checked and that's the way it is. Unfortunately I get errors as well using your command line expression. As I was saying into another reply, it looks like g++ complains about missing definitions that are contained in other .h files, that "make install" didn't copy into the /usr/local/...
0
219
thread by: Martin Ambuhl | last post Jun 27 '08 by: Martin Ambuhl
munitech4u wrote: It wouldn't help you. For example, you seem to think that all the possible permuted subsets of the word "you" is {"u"}, while "could" yields {"c", "u", "d", "cu", "cd", "du", "uc", "dc", "ud", "cud", "cdu", "dcu", "duc", "udc", "ucd"}, not one of which contains an 'l' or an 'o'.
2
219
thread by: aki | last post Jul 30 '08 by: James Kanze
Hi All , I am learning some basic concepts . i have written a program for stack implementation . // Progarm start #include<iostream> using namespace std; #include<string.h> #include <curses.h> #define SIZE 5 class stack
0
219
thread by: Gianni | last post Sep 18 '08 by: Gianni
Hi there... I've recently released a new library for generate any kind of combinations: permutations, combinations with repetitions, combinations without repetitions and permutations and a new password generator that get a words file and merge each word with arbitrary prefix and postfix with arbitrary range of combinations (if 2 chars in...
0
220
thread by: Nikki Locke | last post Mar 20 '06 by: Nikki Locke
Archive-name: C++-faq/libraries/part1 Comp-lang-c++-archive-name: C++-faq/libraries/part1 Available C++ Libraries FAQ =========================== Introduction ~~~~~~~~~~~~ Dos and don'ts - (Mostly don'ts)
0
220
thread by: alkqbsmorai | last post Jun 27 '08 by: alkqbsmorai
wall street raider full crack http://cracks.12w.net F R E E
0
220
thread by: Mirco Wahab | last post Jun 27 '08 by: Mirco Wahab
brey_maastricht@hotmail.com wrote: You could redesign the stuff for speed by using e.g. continous vectors - and hash separate integer indexes which point into these: // vector<int>indexarray; // <= 0 .. NUMPOINTS-1
0
220
thread by: Kenny McCormack | last post Jun 27 '08 by: Kenny McCormack
In article <485AE1E5.1E83F4EB@yahoo.com>, CBFalconer <cbfalconer@maineline.netwrote: .... That's OK. Nobody reads anything you post - except to ridicule it.
9
220
thread by: Swapna | last post Jul 11 '08 by: Keith Thompson
What is the output of the foll: code and pls give the reason main() { int c=50; for (;c;) c-- ; printf("%d\n",c); }
0
220
thread by: Sudhakar Chavali | last post Jul 27 '08 by: Sudhakar Chavali
Hi I have created a group called architectgurus (http://groups.google.com/ group/architectgurus) or architectgurus@googlegroups.com . Irrespective of technology, vendor, domain I will be discussing and share my thoughts in homogenous and harmonious way. If you are interested even you can join and contribute your thoughts in this group....
0
220
thread by: mqrk | last post Sep 12 '08 by: mqrk
On Sep 12, 4:58 am, dizzy <di...@roedu.netwrote: I don't know that there is any way around this with g++ and ld. I find that surprising, but that may well be. Have you tried using explicit template instantiation? Here's my (possibly mistaken) understanding of how it works: //SomeHeader.h
3
220
thread by: Jorgen Grahn | last post Sep 25 '08 by: James Kanze
On Fri, 19 Sep 2008 13:30:52 -0700 (PDT), James Kanze <james.kanze@gmail.comwrote: .... No, it's more "do not do things without a reason" or "use the simplest construct which does what I want". My reasoning is the opposite of yours. Most of the time I don't care when the data hits disk, and I make this clearer by not using std::endl.
3
221
thread by: Zak | last post Jun 27 '08 by: =?iso-8859-15?Q?Milan_Sch=F6mig?=
Could anybody let me know of a good open source IDE for OOP in C++. Zak
0
221
thread by: Ubersite | last post Jun 27 '08 by: Ubersite
www.ubersite.com - Future of media get the latest news on open source this is a post by the users of ubersite so we cannot be held liable or to blame. -ubersite
0
221
thread by: Nikki Locke | last post Jul 14 '08 by: Nikki Locke
Available C++ Libraries FAQ URL: http://www.trumphurst.com/cpplibs/ This is a searchable list of libraries and utilities (both free and commercial) available to C++ programmers. If you know of a library which is not in the list, why not fill in the form at http://www.trumphurst.com/cppsub.html

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.