General C++ Programming - October 2012 (Page 38)

vector<const char *> *option
 
Hi, I m beginner in c++. I m trying to shuffle the string to different positions in the vector ...
[4 replies] Last: it worked thanks for the help... (by jimmytommy)
HELP! program
 
Hello, I am new to C++ programming and to this forum. I am doing a program for class and I just can'...
[2 replies] Last: Thank you very much! Just could not see it! so simple! Thanks!!!! (by birdy08)
What is wrong with my program?
 
This is what i am trying to do ask the user for a single-digit positive even number w. Then read w...
[2 replies] Last: Is that for loop meant to be a while? For loops must have three expres... (by Zhuge)
Stack and Queues with full lists?
 
Hi, I have a c++ question about stacks and queues pertaining to a full list. For stack.Push(letter)...
[9 replies] Last: It would be overwritten. The computer has no built-in notion of free ... (by helios)
by SMA01
Looking for a C++ Compiler?
 
Hi, I'm new here and to C++. I'm taking a Computer Science course this semester, and have been a...
[8 replies] Last: > a specific link to have it in one go. http://nuwen.net/mingw.html (by JLBorges)
A C program help with char to int
 
So far ive been able to read expressions from textfile and calculate them, but only single digit num...
[1 reply] : your while loop processes one character at a time, but your mechanism... (by SIK)
RSA implementation
 
I'm trying to implement the RSA algorithm. I've generated keys successfully and tested them here : h...
[1 reply] : Is this normal? No. Nor is it correct. Why don't you test it agains... (by kbw)
Help with program!
 
Program Description You are putting together some music CDs for a party. You have arranged a lis...
[no replies]
Student Database File Data Troubles (1,2)
 
Sorry for all of the code I am having alot of trouble with this program. I want to have a student da...
[21 replies] Last: i dont understand how this would work though i fee l like it would jus... (by UrbnCampr02)
Assignment help!!
 
I have to program a menu with the abillity to go back and select different options. It was working f...
[no replies]
how to search my text file
 
Hey guys. I'm relatively new to programming in c++, could someone take a look at my source code, and...
[no replies]
by KK0721
Assignment HELP!!
 
hi there i need help with my C++ assignment. we have to use graphics to create a game. can anyone he...
[4 replies] Last: Im doing "The Axe Problem" We are using loops and other things. The us... (by TheGamingPryde)
Portable Game
 
Hi guys, I have a game that is close to being done, and it is at jacob-hegna.github.com/Generic-RPG....
[6 replies] Last: In that case, just download a redistributable of the appropriate versi... (by helios)
Need help coding a few math problems
 
I was given three math equations to figure out how much a graph is skewed. The way the math probl...
[6 replies] Last: Yes the sum is Σ. Thank you for the help. Hopefully I can get this co... (by aSoccerFreak)
Using VC++6 API via Visual C++ 2010 Express
 
Hello, Have a question for the C++ gurus here.. I have an API written in VC++6 version, can I ac...
[4 replies] Last: include <cstring> is used in one place and nothing else.. (by raj14573)
constructor
 
the syntax of constructor in some books is name(){............} and some define as name():{............
[1 reply] : Both are correct: The colon specifies an "initialization list" ( see ... (by Stewbond)
Help with Error message/ Opening Input & Output files
 
I need some direction with the following program. It is called star search. When I try to run the pr...
[1 reply] : Any suggestions would be helpful. I am currently working on problem a... (by Hannahcorbin1)
by addy
error: expected ‘)’ before ‘return’
 
Hi, I got this error while compiling smtsim. here is my part of code which gives the error (Actual...
[7 replies] Last: I tweaked a bit and changed noexcept to no_except (may be it is a vari... (by addy)
Construction of Circular linked list help;
 
I am trying to construct a circular linked list of integers but I am not able to compile the program...
[2 replies] Last: lol hahaha i see the issue thanks alot man! (by james16)
Sorting Array
 
Hi can u help me to write this program please... Q: Write a program which will allow the user to ...
[4 replies] Last: ok thanks.... now i understand it better (by Kenza Darling)
October 2012 Pages: 1... 3637383940... 50
  Archived months: [sep2012] [nov2012]

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