Beginners - August 2013 (Page 34)

New and looking for direction about compilers for learning.
 
Hi, Just joined this forum since a lot of my searches were pointing me here,it seemed like a good place to start. My health is allowing me ample amounts of f...
[2 replies] Last: I also recommend installing Linux, as this is really a programmers OS... (by Tobgreywolf)
Waiting for User Input to exit, in AND out of IDE.
 
Bear with me. Skip to "NOW THE ANOMALY" if my story doesn't help. This doesn't seem to be a code problem so much as a problem with the nuances of how IDEs wo...
[6 replies] Last: Ah, thank you IdeasMan. I head read that before but forgotten it. E... (by NullInfinity)
Help! My first cpp program
 
Hi fellow cpp beginners, I started learning cpp programming officially yesterday. Here's my first cpp program which is fraught with problems. It consists of ...
[2 replies] Last: Dear Paoletti301, It works like a charm! Thank you!!!!! dont put ... (by tcollar89)
more advanced version euler 11
 
i am trying to do a more advanced version of euler problem 11 where user tells me the number of numbers to search for the greatest product. can someone tell me ...
[1 reply] : can someone tell me if my code so far for four numbers is good so far... (by cire)
sending parameters to a batch file
 
ok so im trying to send the parameters "app" "version" and "file" to my batch file that will copy file from the app/version folder on the network, but i cant se...
[4 replies] Last: that worked perfect thanks! (by diablo2713)
what function can clear the screen?
 
I know I can use system("cls"); but it runs too slow. And I also found another way, clrscr() but VC6.0 don't have it. So, I copyed the code of functin from th...
[3 replies] Last: Yeah or you can make your own function to space down 'x' amount of lin... (by Austin J)
by Coios
pointer and char string help
 
I was trying to get a better understanding of pointers and c style strings but I'm having an issue grasping why this is crashing. I know it has to do with str ...
[3 replies] Last: Thank you both! Definitely clears up pointers and fixed some of my ba... (by Coios)
Creating an array to input and output address..
 
I have an assignment that I need to submit soon, and I don't even know where to begin. The assignment is to "write a C++ program that uses an array of character...
[3 replies] Last: @Techno01- Thanks so much for the help. I'll mess around with the code... (by Blackhole)
Classes and inheritance
 
I am Really new to c++ and intimidated. MY class is returning errors and i do not know why? I think my header files are correct but my .cpp files i am strugglin...
[6 replies] Last: Thank you very much Disch! I did manage to fix the fault by just resta... (by Xistenial)
Need help finding problem with code!
 
Write your question here. #include <iostream> #include <string> using namespace std; int main() { string input = ""; string ex = ""; string result = ""; ...
[3 replies] Last: because 'cin >> ' keeps reading untill it encoutered a whitesspace (sp... (by closed account 28poGNh0)
Question about C string literals
 
If this array's name points to the first character of the string so that it knows where the string starts, char array = "my"; and this pointer to char ...
[7 replies] Last: @cire whats your resource? EDIT: heres something ive found So, in ... (by Paoletti301)
overflow in implicit constant conversion and recursive functions
 
My program is suppose to take user input and determine if it is a palindrome (using recursive functions). First: I'm getting an error warning: in function i...
[7 replies] Last: It worked!! Thank you. so now I need to work on the second part which... (by afleury1)
Guess the number by the computer
 
Hi guys! I'm reading jumping into c++ to learn this language. I'm now in chapter 9 where it asks: "Write a program that solves the guessing game from part 1. H...
[7 replies] Last: @iamk2 Thank you very much! Your code is very simple! I can't understa... (by thepianistop66)
euler problem 11
 
why am i getting the wrong answer?i'm pretty sure everything is right #include <iostream> #include <vector> #include <string> #include <fstream> ...
[3 replies] Last: so how can i push the matrix to the array and find the four numbers? ... (by cire)
Ordering Numbers Highest, Medium and Lowest
 
Hi there Im trying to work out when the user enters three numbers how to get them to be ordered from Low, medium and high as an output message but this code won...
[12 replies] Last: # include <iostream> using namespace std; int get_max(int a,int b,in... (by closed account 28poGNh0)
UI code
 
I am new to C++ and I am trying to find some code for a simple user interface, like a button that you push and something pops up. I just want to look the code o...
[10 replies] Last: That worked perfectly, thanks so much. (by GrantPlusPlus)
Taking away integers
 
Hi there my code isnt working I basically want the user to enter a number and then I want to user to a second enter which i want the compiler to take it away fr...
[4 replies] Last: Thanks alot very much appreshiated! (by cedwards)
Question: Vectors continued...
 
So I know this code looks atrocious... but I'll try to present my MAIN problem as specifically as I can. Here's the code: #include "std_lib_facilities....
[5 replies] Last: Er, the same reason you used a while loop: you are getting input for a... (by Duthomhas)
Abstract classes
 
Hello What is an abstract class? Please explain with a coded example. Thanks
[3 replies] Last: @AbstractionAnon I know the formal definition but was seeking more c... (by The illusionist mirage)
C++ Basic Classes
 
This is a really simple program but for the life of me i do not know why it is not working. When trying to compile I recieve these errors. ‘int main()’: m...
[2 replies] Last: Ah man, new it was something silly! Thank you Vlad! (by Xistenial)
August 2013 Pages: 1... 3233343536... 51
  Archived months: [jul2013] [sep2013]

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