cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : General C++ Programming
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

General C++ Programming

news Welcome to this board! closed by admin
Welcome to the general programming forum in C++.com! In this forum, users can to talk about any t...
[no replies]
default I'm trying to get SDL to work. by Trey
We've been using SDL in my computer class for a while now, and I figured that I should try to start ...
[3 replies] Last: Thanks guys, I'm still trying to get use to SDL, and I wasn't able to... (by Trey)
default Which is faster: using namespace std, using std::, or std:: by ja23jr
Hello everyone. I wonder about which method is actually faster than the rest. For small prog...
[2 replies] Last: I see... Thanks for the answer, jsmith. (by ja23jr)
default Reading file in C++ I/O by jui
Hello, I am working on some code that was in "C" but I would like to reuse this using C++. Even ...
[6 replies] Last: Okay, let's see. As a rule of thumb, if you're using more than 4 vari... (by helios)
question how do i change the internal h-e-l-p file language in Borland/Turbo C++ 3.x by sharik
hi, first time on this forum :) excited... love programing :) or as i call it "creating". anyw...
[3 replies] Last: You're kidding, right? You're comparing compiled C++ to inte... (by helios)
question question about std::sort()? by toptony
I wrote a class and defined some variables in my program.Then I want to put them to a vector(std::ve...
[2 replies] Last: Thanks seymore! It works fine after adding the "const"! haaa. So... (by toptony)
default I have no idea about this error message by rainylam
I am a new learner of pointers and arrays, when I start writting this small programme, I find ACCESS...
[4 replies] Last: thank you so much... i know what is going wrong now. (by rainylam)
default Converting C++ code to C by chiku
Hello, I want to convert C++ code (which has Inheritance, Templates, Namespace, virtual function ...
[3 replies] Last: Yeah...I'm definitely for choice 2 here...don't try reinventing C++... (by firedraco)
default Errounous output by MSHoerberJr
The program I have listed below is for a very simple Encryption and Decryption. When it access's th...
[1 reply] : At line 25 i suggest a string rather that a char arr... (by Bazzy)
default need a way to dynamically write files with sequentially incremented names by anseloth
ok, first, my apologies for the long title, short decriptions were always one of my weak points. it ...
[17 replies] Last: ok, i found a glitch with the basic (single .cpp file) version of the ... (by anseloth)
question Card Shuffler by epiqu1n
For my programming class we are supposed to make a program, that so far all it has to do is first di...
[3 replies] Last: I agree you should use srand(time(0)) in your code so you get better r... (by gen1mx6)
question [API]what is the most didactic for beginning? by yukiti
I want to start to work with any API. What suggest for me?
[2 replies] Last: if you are choosing any API, I second zaita, go with the win32 API. h... (by Mal Reynolds)
default Derived Class ?? (1,2) by jpmcfly
I am working on a problem which will work with two classes which I have created "product" and "order...
[24 replies] Last: Can you please elaborate a little on how I could go about creating ano... (by jpmcfly)
default A problem about function definition by cpprookie
please solve it for me ,expert: class CSourceLine { public: CSourceLine( unsig...
[3 replies] Last: The reason for the initialization list being preferred over assignment... (by seymore15074)
default Crazy errors! by Sathed
I am getting the following errors: driver.cpp:3: error: expected unqualified-id before "u...
[3 replies] Last: In the ComplexNumber.h file, have you correctly terminated the... (by guestgulkan)
default infile size by MSHoerberJr
I am trying to read a file into an array. The amount of data in the file is unknow. Is there a lin...
[4 replies] Last: Try seekg() and tellg() http://www.cplusplus.com/do... (by Bazzy)
default Linking with given .a? by cdietschrun
I have a homework project and was given a .a file to link with my executable to include a testing cl...
[2 replies] Last: If I do g++ main.cpp poly.cc ( class implementation file) polyTeste... (by cdietschrun)
question connecting two machines by jmdaru
I have the code for a tic tac toe game and want to write code so the program can be executed on two ...
[1 reply] : You'll have to learn some networking. If you only intend for this to b... (by mahlerfive)
question why won't this work!??!? by navjot94
This program allows the user to input 9 month, days, and years then displays them in chronological o...
[13 replies] Last: date = convertdays(month, day, year); You need to r... (by helios)
default i need to write this program by andel
2. Create a class called Invoice that a hardware store might use to represent an invoice for an item...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
default I Need a program: give it the birth date, and give you the day were you born by ramishama
Hello I Need a program you give it the birth date and give you the day were you born Who can hel...
[2 replies] Last: I do it #include <iostream.h> #include <time.h> ... (by ramishama)
default socket program by m13
closed
[2 replies] Last: If this is a professional endeavor, you've jumped-in over your head. Y... (by Duoas)
default how to compile .c to .exe by nareshbahrain
I have some Pro*c code which i have converted to .c file. Now i need to convert this to an .exe. co...
[1 reply] : (1) You can use any C++ compiler but I suggest you using an IDE http:... (by Bazzy)
default Cannot compile -mthreads by emp1953
Using GCC 3.4.6 on redhat linux Trying to compile an application using the -mthreads option. G++ t...
[2 replies] Last: -DTHREAD_SAFE (by jsmith)
default assigning 0 to a structure value by compcrazi
Hi guys I am working on a program and I am having problem assigning null or 0 to a value in a struct...
[3 replies] Last: I would suggest avoid using scanf Instead use fgets and then conver... (by anders43)
default Masking Text with *'s by epiqu1n
Hey I'm trying to make a game, nothing big or important it's just for the fun of it, but what I want...
[5 replies] Last: sudo apt-get install ncurses-devel (or somesuch) Either... (by Duoas)
default Templates by JomarC
Hello, I´m having problems with templates. I will explain my problem(sorry for my bad english). ...
[8 replies] Last: Um... Why are you passing an object of type T to a method of class T? ... (by helios)
default text file will not read by emp1953
Using g++ on a Dell Linux box Redhat 4.2.1 I have an application running two threads. In the o...
[2 replies] Last: I'd like to see the binary contents of the file, possibly in hex. Als... (by helios)
question - by wishingstar
-
[4 replies] Last: We can't delete posts...he edited it to have a '-' as the title and bo... (by firedraco)
default about enum by tukuniata
dear guru, here am i again i need some help from you please. i m writing a program that i should ...
[8 replies] Last: thank you very much i got now i change my bool checkInput to void and ... (by tukuniata)
default Two ?s, vector<char>::iterator init syntax and base class pointers by enduser000
Hello, I am having a couple of issues at the moment. I declared a vector (vector<char> str) and...
[7 replies] Last: The first code block is just declaring a pure virtual clone() method, ... (by jsmith)
Pages: [1] [2] [3] ... [13]   Archived months: [sep2008]

Registered users can post in this forum.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us