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...
[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 ...
[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...
[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 numb...
[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 fi...
[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 V...
[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 g...
[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 assignmen...
[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 ...
[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() {...
[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 s...
[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 functi...
[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: "...
[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> #...
[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...
[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 yo...
[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...
[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 ...
[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 try...
[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.