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='...
[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....
[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 ass...
[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 do...
[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 e...
[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" aft...
[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 ...
[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 ...
[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 chang...
[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: __thisc...
[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 ...
[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 prog...
[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 ...
[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 with...
[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 ...
[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 em...
[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 comm...
[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 debugg...
[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.