General C++ Programming
|
|
by admin |
| Welcome to the general programming forum in C++.com! In this forum, users can to talk about any t... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by m13 |
| closed | |
| [2 replies] Last: If this is a professional endeavor, you've jumped-in over your head. Y... (by Duoas) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by wishingstar |
| - | |
| [4 replies] Last: We can't delete posts...he edited it to have a '-' as the title and bo... (by firedraco) |
|
|
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) |
|
|
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) |
Registered users can post in this forum.
