473,566 Members | 3,102 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.
2
1,388
thread by: DM | last post Jul 22 '05 by: Mike Wahler
Hello, We are a ISO 9001-2000 company in Baroda looking for the following positions, if you are interested please send your resume at the earliest. 1) C++ System Level Programmers - 5+ Years of Experience If you are willing to relocate send across your CV at career@rishabhsoft.com the earliest.
2
1,135
thread by: uday | last post Jul 22 '05 by: Mysidia
How can we access databases from c++. i want to connect to database from c++. can this be done by pro *c or is there any other way. does mysql i can use.
2
1,299
thread by: Tony Johansson | last post Jul 22 '05 by: David Harmon
Hello! I know this is wrong NG but somebody might know this question. We are now talking about Component Object Model(COM). If you don't know COM stop reding here. Is COM class the class that implements the Interface? OR
2
1,859
thread by: Jorge Yáñez | last post Jul 22 '05 by: David Harmon
Hello, It's possible to do a forward declaration of a typedef? Something similar to typedef TMyType; // typedef forward declaration void f ( TMyType& t )
2
8,387
thread by: Luigi Napolitano | last post Jul 22 '05 by: Luigi Napolitano
Hello, I use this algorithm to sort an array "v" in the descending order. void quickSort(float v, int lo0, int hi0) { int lo = lo0; int hi = hi0; if (lo >= hi) return; float mid = v;
2
2,171
thread by: yccheok | last post Jul 22 '05 by: Paavo Helde
Hi, i am from java background and c++ is quite new for me. Consider the following code: i obtain an warning from my compiler which states: a.cpp:45: warning: taking address of temporary it seems that i am facing problem in accessing an object which has already been deallocated in stack memory. unliked java, the object will not be...
2
1,383
thread by: Vincent ROGER | last post Jul 22 '05 by: Vincent ROGER
I have a maybe a "noob" question to ask but I'd like to why that code does not compile and why more precisely it does not search for 'print()' method in 'Model'. Of course I could replace 'print()' by 'write()' but I'm stubborn. > #include <iostream> > > using namespace std; >
2
2,275
thread by: jrefactors | last post Jul 22 '05 by: Ioannis Vranos
C++98 = ANSI/ISO Standard C++? This is the current one that most C++ programmers are using? I heard C++ is still evolving, C++0x, but I don't know too much about that. Please advise. thanks!!
2
5,500
thread by: Rakesh Sinha | last post Jul 22 '05 by: Jonathan Turkanis
Hello, I am writing this application for which I need to determine the file size. My code looks roughly as follows. #include <fstream> #include <iostream> using std::ifstream;
2
1,331
thread by: BjoernJackschina | last post Jul 22 '05 by: Howard
Hello, I want to set off WinExplorer by a C++ programm and it should to be on a webpage. Is that possible? If yes where can I get some information about it. Many thanks Bjoern
2
1,431
thread by: T. | last post Jul 22 '05 by: Walter
Hi, is there any possibility of getting the pointer to text screen memory in borland cpp builder console applications (like in borland cpp 3.1 with (char far *)0xb8000000)?. TIA t.
2
982
thread by: booniewoonie | last post Jul 22 '05 by: red floyd
Hi, I am trying to help a friend who has a library of jpg files of scanned music in black and white. She wants to print songs from their legal sheet music for each instrument from this database. The part I need help with is the simplest way to print each sheet of music. If there is already a program that caould do this, please let me know....
2
1,121
thread by: Majid Sadeghi | last post Jul 22 '05 by: matke
how i can use graphics mode under windows for c++builder-x(borland) enterprise edition? **************************************************************** what is best and simple reference for learn visual c++?
2
1,791
thread by: bee | last post Jul 22 '05 by: Jonathan Mcdougall
Hi, I have a program that insert a lot of records in to stl:map <key,value>. I got bad memory allocation in UNIX but I able to run the insert the same data set in LINUX. 1. How do you increase std:map size or is there an environment I needed to set? 2. Do I have complier with special option?
2
1,910
thread by: ferdinand.stefanus | last post Jul 22 '05 by: Jonathan Mcdougall
Hi, I have some questions regarding templated class constructor: #include <iostream> using namespace std; template<typename T> class Foo { public:
2
1,513
thread by: tom24_ca | last post Jul 22 '05 by: Default User
Hi. I'm a newbie and need some help. I'm trying to write a program, that will input several answers from the user into an array. I need to use the array in a class. I'm getting the following error from the compiler: "member from enclosing class is not a type name, static, or enumerator" Anyone know what I'm doing wrong?
2
1,237
thread by: axdntprone | last post Jul 22 '05 by: hari4063
Hello, I am using C++ Builder 6 and need to find a VCL controls that allow for rounded off edges. If you have ever used Oracle before, it uses rounded off corners. Would like to be able to use this effect with: panels, frames, buttons, ect .. and be able to fully customize these controls.
2
1,168
thread by: jen | last post Jul 22 '05 by: Rolf Magnus
Hi, i trying to do a project which need to link the GUI interface with the functions using c++. Is there anybody out there can help me? If can, can send the source code to me as well. Thanks Alot....
2
292
thread by: Kitty | last post Jul 22 '05 by: Mike Wahler
I use " ifstream input_file("input.txt") " to open a file. I want to show a warning message if "input.txt" does not exist. How can I do for that? Thanks.
2
2,003
thread by: Fraser Ross | last post Jul 22 '05 by: Paavo Helde
I want to use std::find_if to find the first char of a sequence that is not a digit. Can this be done the STL components alone? I can use a predicate functor written myself like this: struct Is_digit : std::unary_function<char, bool> { bool operator()(const char character) const { return character>='0' && character<='9'; }; };
2
2,193
thread by: russianthug | last post Jul 22 '05 by: red floyd
Hello, All. It may seem a strange question, but what I need is an original English quotation from "C++ For Real Programmers" by Jeff Alger. These couple of sentenses are about how "ugly C++ is and ... and when you learn to understand and love ugliness, when you stop worrying about mathematical correctness, it will be your first step...
2
3,178
thread by: Pasi Havia | last post Jul 22 '05 by: Ron Natalie
Hi, I am making a little program which calculates Wright's inbreeding coefficient. What I have a trouble with is converting the formula into a code. The formula is: Fx=? As I'm using plain text it might not appear correctly. The formula is also
2
2,421
thread by: Peter Merz | last post Jul 22 '05 by: Peter Merz
Hi Englisch: I look for an alternative to Power++ of Sybase. I have unfortunately only a limited version only on my computer run (and the programs provided there). The program is not to be acquired available no more and the new version pleases me not in such a way.
2
1,228
thread by: rstuppi | last post Jul 22 '05 by: Dave O'Hearn
Please ignore this. Just testing to see if I can post here using my newsgroup reader. ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
2
275
thread by: jrefactors | last post Jul 22 '05 by: Keith Thompson
I wonder if the job and salary prospects for CS majors and Software Engineers are really bright. http://www.engr.sjsu.edu/cmpe/bulletin/news20041206.php Please discuss.

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.