Forum: Coder's Corner Lounge
Apr 3rd, 2008, 9:18 PM
|
|
Replies: 14
Views: 580
Re: What is your occupation?
Thanks for all the feedback, guys. I really enjoyed reading all the responses from real programmers like yourselves. This really helped me a lot!
|
Forum: Coder's Corner Lounge
Apr 1st, 2008, 7:46 PM
|
|
Replies: 14
Views: 410
|
Forum: Coder's Corner Lounge
Apr 1st, 2008, 7:35 PM
|
|
Replies: 14
Views: 580
What is your occupation?
Obviously everyone on this board likes to program or would like to learn how to program. I would like to take a general survey to see if people actually do what they love to do. If you are a...
|
Forum: Java
Apr 1st, 2008, 7:13 PM
|
|
Replies: 5
Views: 250
Re: New to programming
I think it's going to be even tougher for you. Programming takes a lot, I mean A LOT of dedication. You can't just do it for a while, stop for a while, and restart. IMO there's no such thing as an...
|
Forum: C++
Apr 1st, 2008, 7:03 PM
|
|
Replies: 2
Views: 173
Computations: extra inputs?
My program:
#include <iostream>
using namespace std;
int main()
{
//I'm declaring some variables.
int number1, number2, product, sum;
cout << "Please enter an integar (whole number):...
|
Forum: Coder's Corner Lounge
Apr 1st, 2008, 6:40 PM
|
|
Replies: 14
Views: 410
|
Forum: Coder's Corner Lounge
Mar 28th, 2008, 8:15 PM
|
|
Replies: 45
Views: 1,592
|
Forum: Coder's Corner Lounge
Mar 28th, 2008, 8:05 PM
|
|
Replies: 8
Views: 279
Tips and Advice on staying motivated?
I understand that trying to learn a programming language takes a lot of dedication, time, and energy. But there's some times when I feel like I will never get there (meaning where I want to be). I've...
|
Forum: Coder's Corner Lounge
Mar 28th, 2008, 7:55 PM
|
|
Replies: 9
Views: 311
|
Forum: C++
Mar 15th, 2008, 10:54 PM
|
|
Replies: 9
Views: 308
|
Forum: C++
Mar 15th, 2008, 10:17 PM
|
|
Replies: 9
Views: 308
Re: Visual C++ 2008 Questions
hey I was thinking about switching over to Visual C++ from Dev-C++. I feel like doing it because it seems as though Dev has a lot of strange things about it:
1. Some programs from tuts and...
|
Forum: Coder's Corner Lounge
Mar 9th, 2008, 4:11 PM
|
|
Replies: 8
Views: 241
|
Forum: Coder's Corner Lounge
Feb 28th, 2008, 9:14 PM
|
|
Replies: 49
Views: 1,752
Re: when did you start programming?
QTF. Only one minor disagreement. If you work hard enough, know your goals, and know how to get them, people won't tell you what to do for every long. This is why I try everyday to learn and do as...
|
Forum: Coder's Corner Lounge
Feb 28th, 2008, 7:53 PM
|
|
Replies: 49
Views: 1,752
Re: when did you start programming?
Yeah, nothing can replace forums: it makes people talk one by one so everyone can be heard, it lets you think through what you're going to say so you don't sound like an idiot, and most importantly,...
|
Forum: Coder's Corner Lounge
Feb 28th, 2008, 7:39 PM
|
|
Replies: 12
Views: 372
|
Forum: C++
Feb 28th, 2008, 7:28 PM
|
|
Replies: 21
Views: 815
Re: My programs aren't running...( no errors)
Hey Ancient Dragon, just in case you didn't notice, I also represent the two percent that hasn't tried smoking pot. It's an extra plus for me because, being only 16, it's almost unheard of, in this...
|
Forum: Coder's Corner Lounge
Feb 28th, 2008, 7:18 PM
|
|
Replies: 12
Views: 372
Re: Newbie looking to get into programming
I'm curious: How much did you practice, in the 6 months that it took you to learn? I still trying to find out if I'm going at a good pace. Thanks.
P.S. Would it be naive to say that it's possible to...
|
Forum: C++
Feb 26th, 2008, 4:10 PM
|
|
Replies: 21
Views: 815
|
Forum: Coder's Corner Lounge
Feb 26th, 2008, 4:03 PM
|
|
Replies: 49
Views: 1,752
Re: when did you start programming?
Hey, all you guys have great answers and I really enjoyed listening to your stories. I only wished I had someone to guide me when I was young. :( I feel for you Canis Major. I'm the opposite. I have...
|
Forum: C++
Feb 24th, 2008, 3:56 PM
|
|
Replies: 21
Views: 815
Re: My programs aren't running...( no errors)
First of all, LOL. "bullschildt," I love it. Well, he's sold over a quarter-million books and he seems to be respected in the community by some people atleast. Also, I did try cin.get() and that...
|
Forum: Coder's Corner Lounge
Feb 24th, 2008, 3:49 PM
|
|
Replies: 49
Views: 1,752
Re: when did you start programming?
I just started learning last year, I'm 16 now. Still, very much a newbie. I am gradually learning C++ in my spare time (job, school, among others). I'm intrigued by the people that start so young. I...
|
Forum: C++
Feb 23rd, 2008, 4:42 PM
|
|
Replies: 21
Views: 815
Re: My programs aren't running...( no errors)
This is essentially what happens. When I compile and run the program, it quickly terminates after. I don't even get the chance to input the numbers. I am pretty sure (not 100%) that there's no error...
|
Forum: C++
Feb 21st, 2008, 8:09 PM
|
|
Replies: 21
Views: 815
|
Forum: C++
Feb 21st, 2008, 8:09 PM
|
|
Replies: 21
Views: 815
|
Forum: C++
Feb 16th, 2008, 1:29 PM
|
|
Replies: 21
Views: 815
My programs aren't running...( no errors)
Some of the programs that I run on Dev+-C++ won't run for some reason. Does this occur often? If so, what can I do? (I don't have a code with me but I'm sure that errors isn't the reason why my...
|
Forum: C++
Jan 17th, 2008, 6:31 PM
|
|
Replies: 4
Views: 174
Re: Why doesn't certain programs run?
Well, the problem is that sometimes the compiler runs the program and sometimes it doesn't; even when the program has no errors. By the way, I use Dev-C++ beta. Might that be the problem?
|
Forum: C++
Jan 17th, 2008, 6:18 PM
|
|
Replies: 4
Views: 174
Why doesn't certain programs run?
Sometime, when I create simple programs, it simply doesn't run on the compiler. It shows that I have no "errors" but it also says "execution terminated".
Why does this happen and what can I...
|
Forum: C++
Dec 24th, 2007, 6:13 AM
|
|
Replies: 22
Views: 972
Re: Learning curve for C++ ?
I'm aware of that. But Being able to program and understand codes as a game designer is considered a BIG plus in the game industry.
|
Forum: C++
Dec 22nd, 2007, 1:14 PM
|
|
Replies: 22
Views: 972
Re: Learning curve for C++ ?
First off, thanks all for replying. I read every post and got good input out of it.
Basically, ( I know it's crazy) I've always wanted to be a Game Designer. I also know that it's a big plus to be...
|
Forum: C++
Dec 17th, 2007, 3:11 PM
|
|
Replies: 22
Views: 972
Learning curve for C++ ?
Hi, I am young (16) but very interested in C/C++ programming langauages. I am also interested in 3D programming. I am just starting out and would like some input. Which Language is easiest to learn?...
|