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 Problems with overriding and template function by gmorgs3
Hi all, I'm currently working on a C++ project for a 3rd year Physics course module. The project is...
[8 replies] Last: Well, I've just finished figuring out your old code... but if you've s... (by Duoas)
default last program by micah1983
//String Function with Pointer //Micah Standing #include <iostream> using namespace std...
[5 replies] Last: http://cplusplus.com/doc/tutorial/functions2.html Under "Overloadin... (by firedraco)
default Reading Brut float data from Memory by enixi0s
Hi, I need to do a resumé on Gentleman's algorithm and was wondering if there was a way to print a...
[no replies]
default confusing compiler error by Darth Crucias
i am trying to write a program that will shuffle a deck of an unspecified number of cards without du...
[5 replies] Last: Standard algorithms are nice when you don't have to learn how things w... (by Duoas)
default Noob question about an error by Reiyn
Hello, I am writing an app to take in user name and bday, then return zodiac and birthstone..I am at...
[4 replies] Last: XD I figured it out, I needed a second set of brackets to include swit... (by Reiyn)
default ostream insertion operator, left to right?, or right to left? by e2easy
Consider the following line of C++ ... std::cout<<myfna()<<myfnb(); ...but assume myfna(), and...
[1 reply] : http://en.wikipedia.org/wiki/Sequence_point The order of evaluation... (by Duoas)
question Accessing Text Files by Dacoda
Hello, I am currently working on a simple program I can use to log user activity on a computer. Yes...
[2 replies] Last: Hey, this is pretty great. Thanks, I hadn't seen this page. I'll try... (by Dacoda)
question Depth First Search/Breadth First Search - Graph Theory by bgbnbigben
Ok, so here's where I'm at. Im trying to write a program that will use a DFS algorithm. Minor probl...
[1 reply] : You've got way too much stuff swimming around there. First off, you... (by Duoas)
default C++ Binary Search Tree by dookie
Hello, I have been trying to understand how binary search trees work. I found this example but str...
[2 replies] Last: Ok this code is good but i need to write it myself for an assinment. W... (by dookie)
question Image Library?? by RVossen
Hello all, I kinda am looking for a Library to do some of work for me and I seem not to find anyo...
[1 reply] : I've never used this lib, but stumbled upon it the other day. Hope it... (by enixi0s)
default C++ Where are you?? by Ruddock24
Hi, I've recently been asked the following questions centred on C++. I would appreciate any thou...
[2 replies] Last: Up to £400,000 a year on this website, all in the UK http://jobs.tec... (by mrmarky2)
default writing a password in c++ by amalkarajeh
can anyone tell me how I can read a password in my program without appearing in a screen?? I want it...
[7 replies] Last: Zaita, Yes U r Right.. If someone redirects the cerr then it doesn't... (by DiptenduDas)
default bitmap by shotjase
i have this bitmap file that is defining all its constructors and it is not compliling proply can an...
[12 replies] Last: "r u serious....man i tryd 2 do the code writing bit but it dont work ... (by Zaita)
default random question... by mrpockets
random out of the box question... how would i go about putting quotations in a cout statement? ...
[4 replies] Last: Shakespeare, sorry, but... man... (by enixi0s)
default Play music in c++ by abrya
does anyone know how to play music on c++
[1 reply] : You need an audio library to do this. DirectX (DirectShow/DirectMus... (by Zaita)
question adding earthlib as reference in c++ by averageGuy
Hi, i know in C#, adding earthlib as a reference/header/dll is a breeze, but i have been unfruitful ...
[3 replies] Last: This will probably not be much help but... my guess, from your imag... (by Grey Wolf)
default need a help plz by amalkarajeh
hi all,I want to get an execution file for my c++ program. How I can do that ???
[2 replies] Last: If you are after the .exe file, it will be in either the debug or rele... (by Grey Wolf)
question Plz can anyone do thic c++ program??? by lucky609
C++ program that reads N family names (N should be declared as a constant in your program and it sh...
[4 replies] Last: Hi, have a look at this example http://newdata.box.sk/bx/c/htm/ch14rv2... (by johwel)
default Need C++ Coder to edit MetaSeq for me. by Galkon
I need someone that is pretty good in C++ and JavaScript so they can analyze and compare java from a...
[1 reply] : Anybody? (by Galkon)
question Opening New Window by cdo2112
Hello, I am making a program where I want to open multiple windows and enter text and continue the p...
[6 replies] Last: Ok. This is how I believe it can be done. 1) Create a new proces... (by Zaita)
default Why are some people so against helping wannabe programmers with homework?? by guestgulkan
So a programming student wants help with homework - he gets help and probably gets a better result ...
[5 replies] Last: I think this post http://www.codeguru.com/forum/showthread.php?t=3663... (by Zaita)
question Would like some assistance please by brandyalaine
This is my final project for engineering C++. The rules are: Allow for multiple games, must use a 2...
[1 reply] : For cheaters: Check to see if the place the asked to put their "tok... (by firedraco)
default Void functions...need help!! by jrock
Write a program that calculates the average of a group of test scores, where the lowest score in the...
[1 reply] : This post is posted across multiple forums, please respond in the foll... (by Grey Wolf)
default Inheritance compile error by bschmitt78
Hello, Being relatively new to OOP, inheritance is the topic at hand in my class presently. I wr...
[4 replies] Last: You guys ROCK, thanks! This worked. (by bschmitt78)
default Arrays in Constructors by theChameleon
Hello, i'd like to write something that fixes the size of an array inside a constructor, instead of ...
[3 replies] Last: thanks Grey Wolf, for your prompt reply. that really helped in getting... (by theChameleon)
question Specialised data in derived class by reqium
I'm newish to c++ and am trying to modify an existing c program that has been partially converted to...
[6 replies] Last: Thanks, yeh I totally don't like using hacks like casting etc, but I g... (by reqium)
question How to find out if a file exists by Nate879
How do I find out if a file exists?
[3 replies] Last: Typically you only check if the file exists when you want to read from... (by ropez)
default Is anybody here good with COOKIES? by jobuny
I gotta write this C++ program to receive / store cookies.....so far I'm completely lost and I can't...
[1 reply] : Study the HTTP Protocol. (by Zaita)
question Question about multimap by inso85
Hi everyone :) I want to display the contents of a complex multimap. Here is part of the code: [c...
[no replies]
question DirectShow:The getCurrentbuffer didn't retreive a buffer? by fedora6
Hi, I am using the ISampleGrabber and the function GetCurrentBuffer didn't retreive ...
[no replies]
Pages: [1] [2] [3] ... [9]   Archived months: [mar2008]

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