Beginners - November 2011 (Page 34)

What is the best compiler for c++
 
i use microsoft visual c++ but i want one that compiles quick and has better error message reports and has as many c++ library as possible.What compiler do you ...
[6 replies] Last: nice one (by viser)
Craps Program Help
 
Hi, so i have this program due for a CS class soon and im having trouble figuring out how to do it. At this point through in class help and the help of my peers...
[2 replies] Last: Because you actually did your homework and you only need help with bas... (by TheNoobie)
by edounn
help with homework array
 
I think i'm just confused. I need to read text from a file put it into an array, with 4 characters in each element. does the inputFile.open when putting it in...
[2 replies] Last: inputFile.open("sound.dat"); // Open the file. while (count... (by codekiddy)
ISO c++ forbids initialization of member
 
#include <stdlib.h> class IntStack { int INITIAL_SIZE = 100; int i; int* st_arr = new int ; public: void reset(); void push(int n);...
[1 reply] : ISO c++ forbids initialization of member it fobids because your comp... (by codekiddy)
HELP:Reading Multiple CSV file at same time
 
Hey guys, May i know is it possible to read multiple csv file simultaneously? If yes, can you guys give me some hint how to do that? Thanks.
[1 reply] : By using threads. Whether that's a good idea is a different question. ... (by Athar)
functions for finding max and min with an array
 
-Don't understand why it's not working. PLEASE HELP!!!! #include<iostream> #include<fstream> #include<ctime> #include<cstdlib> #include<cmath> usi...
[2 replies] Last: code tags please (by detroit)
The Memory Game...HELP!!
 
In my CompSci class we are supposed to create the memory game where one would layout cards, in our case in a 4x4, and then flip over all the cards by getting a...
[1 reply] : Redirecting here from your other thread... I am just confused on what... (by closed account D80DSL3A)
Advise:???
 
Hello everyone, I am working on a dimond shape. I have the code to print the dimond. void draw_dimond(int x, int y, int len) { // check if input is ...
[5 replies] Last: thanks everyone (by detroit)
tictactoe help
 
problem: I have seen this same code pasted around on here, but none of those threads specifically deal with my problem. I have been working on this for a few h...
[3 replies] Last: I don't know if you figured this program out yet, but I ran across an ... (by cheawick)
how
 
Sample Output Recording System 1) Add 2) View 3) Search 4) Delete 5) Exit All Data Should be stored in a TextFile. Create a Structure with at least 5...
[2 replies] Last: I agree webJose you should do your own homework. If you need some manu... (by TheMassiveChipmunk)
c++ tutor needed
 
Not sure how payment would work - but email me at k.dulce.21@gmail.com. I am enrolled in intro c++ programming at PSU university and am currently looking for he...
[2 replies] Last: But don't post question which is your homework or class assignment.Fir... (by Dinesh subedi)
Custom Stack and Friendship problems
 
I'm working on an assignment and would therefore prefer hints instead of full solutions. First, here's the code: #include <iostream> #include <stdlib.h> using...
[7 replies] Last: Well, the issue here is that you have a predefined size which in this ... (by WilliamW1979)
by amaru
Keylogger uses cpu
 
So.. I have made a keylogger, but when I start the program. The CPU goes to 100%. What can I do to fix this problem? I know it's from the "while" loop, but I d...
[19 replies] Last: Well, yes because it won't access the for loop each time. I am sorry, ... (by WilliamW1979)
quick #define question and an other one about data export
 
1) I'm having a peculiar problem and I'm not sure how to fix it. Let say I have a couples of #define something 85,etc. All those defines were use for a first....
[6 replies] Last: Thx a lot for the hand coder777 (by SilverThorn)
Cash Machine
 
Good evening. I hope you are all doing well. I am working on an assignment where the program is required to break a monetary amount into dollars, half dollars...
[2 replies] Last: Thank you very much for your help. Have a good night. (by jschwierking1)
How do I use Qt?
 
I tried just looking at the sample code given to me, but it won't even compile. It nags at me saying "missing or invalid Qmake." How can I fix this?
[4 replies] Last: There are also Qt forums in which you can get some very informed input... (by mzimmers)
code tags
 
Okay, so how do I create code tags?
[1 reply] : You looking for this? http://cplusplus.com/articles/z13hAqkS/ (by Zhuge)
by NewDev
Default assignment operator
 
I have read that the default assignment operator is not generated by the compiler when the class contains a const field. But I tried the scenario as in the be...
[6 replies] Last: Yes it's true. Correct - no default assignment operator will be gene... (by jim80y)
Calendar
 
Hello Im trying to make a calendar in C++, And I was wondering if anyone could explain how to make a table in the output?
[1 reply] : Are you outputting to console? (by macromicah)
Understanding switch
 
Hi, I am learning C++ using Sams teach yourself C++ and I understand the use of switch but do not understand the reason for its logical flow i.e. #includ...
[4 replies] Last: Thanks andywestken, I was getting concerned that the logical part of m... (by Mikee1504)
November 2011 Pages: 1... 3233343536... 65
  Archived months: [oct2011] [dec2011]

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