General C++ Programming - September 2013 (Page 11)

by iwank7
(Need Help) make faild compile vigenere cipher
 
hay guys, i have a problem when i compile my workspace this my code #include <cstdlib> #includ...
[8 replies] Last: Borland C++ 5.02 - (1997) it's a very old compiler, which is older th... (by Hzj jie)
by Heymid
Go Fish game - program stops abruptly and won't enter loop
 
I'm writing a Go Fish command-line program in C++. I'm using Xcode. However, for some reason, the pr...
[4 replies] Last: As I said, it clarifies that nothing should happen if none of the cond... (by Heymid)
help please
 
Is ther a way in which i can add sentences with spaces in c++ Tell me both ways with string and wit...
[2 replies] Last: You can concatenate string objects, not really sure what you're lookin... (by Uk Marine)
Sawtooth help!!!!
 
int main(void) { double angle=30.0; double angle_radians = angle * 2.0 * PI / 360.0; ...
[1 reply] : Your previous thread on the same homework: http://www.cplusplus.com/fo... (by keskiverto)
Guys check this calculator
 
//tell me how i should i improve it //--------------------------------------------| //Made by B...
[2 replies] Last: Thankyou mats (by behzadkhoker)
PLEASE HELP!
 
Hey guys I need help with this program. I am suppose to print a table from 1 to 80 but make the numb...
[14 replies] Last: Don't mention it! All the best and happy programming! EDIT: I forgot ... (by condor)
by ndotl
Different input results using cin extractor and relational operators.
 
I am using VS2K12 version 4.5.50709. I am working Prata's C++ Primer 6ed. The exercise sequence o...
[14 replies] Last: When I attempted to install fixes for VS2K12 I received a warning, and... (by ndotl)
help me
 
how can i make this kind of program when i input a character like "MEEEE" the output will be "EME...
[4 replies] Last: i'm not sure.. but i guess not.. (by Byakuran)
Please help
 
Hello all, I have to compile code. I am new to coding so having some issues. Maybe someone can wa...
[3 replies] Last: Is this code acceptable per my assignment? I don't understand what th... (by tarantula hawk)
by tegi00
Does anyone know the difference between a "Test Driver" and an "App"
 
Hi, My teacher used to ask us to test our programs out with a "Test Driver" which was basically a...
[1 reply] : I'm not sure if these are names he came up for by himself ... Did yo... (by andywestken)
C++
 
what is composition in c++
[3 replies] Last: Game objects are often composed of other objects. For example, in a ra... (by Uk Marine)
String Splitting
 
I am trying to translate this code to C++ from Java. StringTokenizer split = new StringTokeniz...
[3 replies] Last: Thanks :D (by James Parsons)
Sell or Free? (Interactive c++ Arcade)
 
Okay, so I have an arcade i made for my computer science project, and according to EVERYONE, it is o...
[4 replies] Last: I will try to record the program output (On youtube) and will post th... (by DemonLoad er)
wont work):
 
#include <iostream> #include <string> #include <Windows.h> #include <cmath> using namespace std;...
[4 replies] Last: I would modify this part std::string input; cout << "Choose arithmeti... (by flony1)
Boost - server client example not working.
 
Hi, I'm been switching over from winsock to boost::asio and have been following the official exampl...
[2 replies] Last: The problem was for some reason is was blocked by windows firewall. (by closed account 2NywAqkS)
C++ cash register program problem
 
I am just starting out in c++ and I have a project where I need to create a cash register. I do not ...
[no replies]
Code Cleaning
 
Looking to figure out what is wrong with my code, running on a simple command prompt through microso...
[5 replies] Last: K thanks, I knew I mixed something up. It was a different code that go... (by Tysonw123)
How to Implement IDIV Instruction in GCC Assembler
 
Hi anyone, I have problems when implementing the IDIV Instruction in gcc assembler, the program h...
[6 replies] Last: I had Intel Pentium 4 - 3.0Ghz, stucked on my asus mobo ( LGA Socket )... (by braincrakcerz)
regular expression to catch names
 
so im using the re [_|a-z|A-Z]+[_|a-z|A-Z|0-9]+ to find names for my lexer, such as _Name or syste...
[12 replies] Last: Out of interest, what's your input when you get repeated "Counter" val... (by andywestken)
September 2013 Pages: 1... 910111213... 36
  Archived months: [aug2013] [oct2013]

This is an archived page. To post a new message, go to the current page.