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 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) |
|
|
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) |
|
|
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] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by inso85 |
| Hi everyone :) I want to display the contents of a complex multimap. Here is part of the code: [c... | |
| [no replies] |
|
|
by fedora6 |
| Hi, I am using the ISampleGrabber and the function GetCurrentBuffer didn't retreive ... | |
| [no replies] |
Registered users can post in this forum.
