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 array. I have written the code. Its giving the runtime error...
[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't figure out what I am doing wrong. The program is suppos...
[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 from the user. If w is not legal, the program repeatedly ma...
[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); http://younginc.site11.com/source/5895/images/fig280%5f01...
[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 assigned a programming project. I'm not sure which compiler t...
[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 numbers. how can i modify it to read two also? Any help would b...
[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 : http://www.strangeattractor.ca/RSAdemo.html against what the ...
[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 list of songs in the order in which you want to play them for e...
[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 database that doses not use STL. I am mainly trying to just di...
[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 for me until i added case 3 and im not sure why? i dont know ...
[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 steer me in the right direction here please. This is what ...
[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 help me ,i dont mind paying for the help. you can email me on ...
[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. There are a few bugs in this version of the relese that I ...
[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 problems were given to us were \bar{d} = \frac{\sum_{i=1}...
[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 access it using Visual C++ 2010 Express version and have no li...
[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():{.........}.what is the right way of declaration and definition of con...
[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 program, I keep getting the following error message: 'sh: paus...
[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 file is 445 lines and contains a header file). I am getting...
[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 because of a segmentation fault in my constructor method. ...
[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 define the size of array and allow him to prompt the number....
[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.