Beginners - April 2012 (Page 12)

how to renew char (PLEASE HELP!!!)
 
#include <iostream> using namespace std; int main() { char x1='a',x2='a',x3='a',x4='a',x5='a',x6='a',x7='a',x8='a'; char a ={x1, x2, x3, x4, x5, x6, x7, x8 ,'...
[2 replies] Last: LOT OF THX! (by Joseph544310)
std::accumulate error
 
Hello there, I have been getting a run-time error in the part of code i will be pasting down there. I know how to fix the error but actually i wanted to know w...
[8 replies] Last: @clanmjc , Didn't think of that , thanks for help :) (by Damadger)
Binary Tree highest score
 
I have to create a very basic rudimentary game(without any visual or interaction element) for an assignment. I have to have a highest score function which retur...
[8 replies] Last: Thank you so much! (by Richardce)
how do i sort a string array in descending order.
 
I have tried to use the sort method in the algorithm in my program. It compiles fine, however it does not seem to sort my array in descending order. this is...
[15 replies] Last: Hi peter, can you show me an example? I`m really lost (by CLearner88)
by crispy
C++ 2d Array RNG Problem
 
Hello cplusplus users! My name is Chris and I have a slight problem. I have missed two classes of engineering and my project is due soon, for the last 6 hours ...
[3 replies] Last: I'm sorry vlad, I did not understand what you meant, whether to put th... (by crispy)
Runtime error...?
 
I get the message "This application has requested the Runtime to terminate it in an unusual way" after trying to run this code. It happens after the first user ...
[1 reply] : When you enter 'q' to end first lot of entries cin goes into a fail st... (by vin)
Problem with a program that involves arrays
 
Alright, so my assignment wants a program that displays the shipping charge for the amount of items that a customer orders (based off of a table in the book. fo...
[8 replies] Last: The code above is not very robust - if you enter anything other than a... (by Script Coder)
Problem with a program that involves arrays
 
Alright, so my assignment wants a program that displays the shipping charge for the amount of items that a customer orders (based off of a table in the book. fo...
[8 replies] Last: I'm using Dev-C++ 4.9.9.2. Your program does run under my compiler, di... (by tnguyen113)
add menu item to notepad
 
hi i wanted to know if i am able to add menu items to notepad or any other app? i know you can change the title name so shouldnt you be able to do this? but on...
[7 replies] Last: It could be done, however you would have to attempt to disassemble not... (by Script Coder)
by Jenky
How to fix unresolved external symbol issue?
 
Having issues fixing these issues:Error 2 error LNK2019: unresolved external symbol "public: __thiscall grid::grid(void)" (??0grid@@QAE@XZ) referenced in functi...
[2 replies] Last: That wasn't the issue. Found out of someone else. I had made the grid ... (by Jenky)
need help with homework.
 
i need to help writing this out. i'm stuck An office furniture company sells furniture in three colors: red, black and green. Every item in their inventory...
[4 replies] Last: What are you learning during this assignment? structs? classes? functi... (by Need4Sleep)
C++ Code for prime numbers
 
As a new user of c++ and windows visual c++, I need help with my homework. I need to write a program that finds all of the prime numbers between 3 and 100. I...
[8 replies] Last: Found the source: http://www.mycoding.net/2011/02/c-program-to-check-... (by scarywoody)
GUI?
 
How do you do a GUI in C++? I'm going to learn C++ but I just want to know.
[15 replies] Last: I wouldn't say it generally matters most, open ended. I would say it g... (by Vlykarye)
Trying to setup SDL with Microsoft Visual Studio Ultimate 2010?
 
I was watching a Tutorial on how to set up SDL, so I downloaded the file, blah blah, then I went to Tools>Options>VC++ Directories and it says: VC++ Directorie...
[4 replies] Last: Expand configuration properties (click the arrow on the left). (by naraku9333)
[HELP]:Problem writing array data to .csv file
 
Hi all, Assuming I have create a .csv fil.How can I write new array data to the same .csv file without delete previous data in the file. my code as below: ...
[2 replies] Last: Thanks for your reply.I have solved the problem. (by jayden118)
by j911g
Problem with building my own List class
 
For my class we have to make our own generic template list structure. I made it so that it compiles fine with integers but am having an issue with strings, when...
[no replies]
Help with C++ problem ! how do i code this
 
an application for a company that wants a breakdown of payroll by department. Input includes each employee’s last name, first name, department number, hourly ...
[7 replies] Last: Ok got it ! thanks :) (by batiste93)
by pappy
an array outputting hex when i need dec
 
Ok: first post ever I made a multidimensional array with 2 indices and it worked great. Data comming out exactly as expected. Then I took the same array a...
[7 replies] Last: Yes you can, using manipulators. http://www.cplusplus.com/reference/io... (by ModShop)
;
 
;df
[9 replies] Last: It is very bad idea to show initially one code and then another code. ... (by vlad from moscow)
Class Method not working...
 
The void SeqList::Delete( const DataType& item ) Method is the one in question. I've tried debugging, it appears the number is not making it inside the for l...
[2 replies] Last: That makes sense and needs to be changed but item is still not making ... (by archangel95)
April 2012 Pages: 1... 1011121314... 66
  Archived months: [mar2012] [may2012]

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