Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 241
Search took 0.05 seconds.
Search: Posts Made By: teencoder
Forum: C++ Jul 11th, 2007, 3:18 AM
Replies: 5
Views: 172
Posted By teencoder
int *pn = new int [3]; // creates an array of 3...

int *pn = new int [3]; // creates an array of 3 integers in the free store

pn[0] = 2; // pn is the base address of the array you are writing 2 // there
pn[1] = 4; // 4 is written to the address...
Forum: C++ Jul 11th, 2007, 3:08 AM
Replies: 13
Views: 278
Posted By teencoder
Where are the while's curley braces. Also you...

Where are the while's curley braces. Also you are using a binary or(|) you need a logical or(||).
See http://www.cplusplus.com/doc/tutorial/operators.html.
Forum: Assembly May 29th, 2007, 1:28 AM
Replies: 4
Views: 392
Posted By teencoder
Thanks I tried to fix a few things but it's still...

Thanks I tried to fix a few things but it's still broke and I have no clue where. Guess this is what I get for diving in headfirst if anyone could take a look I'd appreciate it.

[BITS 16]
ORG 0
jmp...
Forum: Assembly May 28th, 2007, 1:40 AM
Replies: 4
Views: 392
Posted By teencoder
Help with simple program

Okay I'm done with school for a while and I decided to toy with systems programming after a crash course in assembly I decided to try something. The program boots but doesn't execute properly. I've...
Forum: C++ Oct 13th, 2006, 2:33 PM
Replies: 12
Views: 395
Posted By teencoder
I concur with catch it's a great library.

I concur with catch it's a great library.
Forum: Community Introductions Aug 11th, 2006, 10:40 AM
Replies: 14
Hey
Views: 214
Posted By teencoder
welcome

welcome
Forum: C++ Aug 11th, 2006, 9:38 AM
Replies: 30
Views: 639
Posted By teencoder
No problem let me know if you hit trouble. I...

No problem let me know if you hit trouble. I can't promise I'll get back to you write away I'm starting High School Monday but i'll try to get back to you.
Forum: C++ Aug 11th, 2006, 8:10 AM
Replies: 30
Views: 639
Posted By teencoder
You're welcome I hit the same troubles as you I...

You're welcome I hit the same troubles as you I had no idea where to start.
Forum: C++ Aug 11th, 2006, 7:05 AM
Replies: 30
Views: 639
Posted By teencoder
Well gain a decent knowledge of C++ you probably...

Well gain a decent knowledge of C++ you probably should really look at OOP. Next we need a graphics solution I have had a great time using SDL if you're interested you can go here...
Forum: Coder's Corner Lounge Aug 9th, 2006, 2:31 PM
Replies: 21
Views: 291
Posted By teencoder
Thanks for the advice. Harakim prevention is the...

Thanks for the advice.
Harakim prevention is the best medicine I'm sure most everyone here agrees.
Forum: Show Off Your Open Source Projects Aug 9th, 2006, 2:27 PM
Replies: 6
Views: 242
Posted By teencoder
I has come to my attention that a dll from...

I has come to my attention that a dll from http://www.libsdl.org/projects/SDL_image/
simply download the appropriate section under binaries and copy SDL_Image.dll to System32 or the directory under...
Forum: Project Ideas Aug 9th, 2006, 1:37 PM
Replies: 30
Views: 658
Posted By teencoder
Well the core is low heat and low power but the...

Well the core is low heat and low power but the ram and hard drive in that case will require a big cooling solution. A small case could cause serious heat problems.
Forum: Show Off Your Open Source Projects Aug 9th, 2006, 1:26 PM
Replies: 6
Views: 242
Posted By teencoder
Okay did you download the runtime above and copy...

Okay did you download the runtime above and copy it to your system32 folder if not it will not run. Also if you are trying to build it you need the proper libraries.
Forum: Show Off Your Open Source Projects Aug 9th, 2006, 1:10 PM
Replies: 6
Views: 242
Posted By teencoder
I've uploaded a package with a smaller...

I've uploaded a package with a smaller executable, a VC8 source file, and a Readme pertaining to source, setup, and porting. You can get it at www.megaupload.com/?d=00L4K9AJ. The same runtime files...
Forum: Coder's Corner Lounge Aug 9th, 2006, 1:14 AM
Replies: 637
Views: 18,977
Posted By teencoder
446) C++ [code] #include <iostream> using...

446)
C++
[code]
#include <iostream>
using namespace std;
int main()
{
int one=11-10;
int two=12-10;
int three=13-10;
Forum: Show Off Your Open Source Projects Aug 9th, 2006, 12:16 AM
Replies: 6
Views: 242
Posted By teencoder
I'll take look into that. It's not doing it on...

I'll take look into that. It's not doing it on the pc I'm using right now. Hopefully I'll figure it out. I'm still trying to duplicate the problem.
Forum: Coder's Corner Lounge Aug 8th, 2006, 11:52 PM
Replies: 70
Views: 1,246
Posted By teencoder
If a program starts loading off screen everytime...

If a program starts loading off screen everytime move it onscreen by right clicking it on the taskbar select move while holding the down arrow key it will move to your mouse. Happens to me on...
Forum: C++ Aug 8th, 2006, 11:31 PM
Replies: 20
Views: 480
Posted By teencoder
It probably isn't compiling your header because...

It probably isn't compiling your header because it is not referenced by a program so therefore you didn't get errors.
Forum: Show Off Your Open Source Projects Aug 8th, 2006, 11:21 PM
Replies: 6
Views: 242
Posted By teencoder
Pong game complete

Well I've finished my game. It uses SDL so you will need to get the runtime files at libsdl.org.
Links
---------runtimes-------------
http://www.libsdl.org/download-1.2.php
---------files and...
Forum: C++ Aug 8th, 2006, 7:21 AM
Replies: 30
Views: 639
Posted By teencoder
Start with 2D before you jump to 3D. I recomend...

Start with 2D before you jump to 3D. I recomend a firm grounding in Algebra, Geometry, and Trig(it's useful in 2D so probably in 3D). You should be well grounded in the language you choose to...
Forum: Coder's Corner Lounge Aug 8th, 2006, 7:14 AM
Replies: 21
Views: 291
Posted By teencoder
Trend Micro Pc-Cillin

I've considered dumping Norton this year for many reasons including settings randomly switching, firewall blocking web browsers, and performance degradation. I was curious what you guys thought of...
Forum: Coder's Corner Lounge Aug 8th, 2006, 7:11 AM
Replies: 40
Views: 486
Posted By teencoder
IE 7 Beta 3 is what I am using right now I may be...

IE 7 Beta 3 is what I am using right now I may be using firefox again if I learn of it being as vulnerable as IE 6. I've had a good experiance with it. I've only had problems with my firewall...
Forum: C++ Jul 1st, 2006, 8:50 PM
Replies: 16
Views: 434
Posted By teencoder
That's why I'm doing a rewrite the code is too...

That's why I'm doing a rewrite the code is too muddled and tangled in main to solve the behavior. It's not so bad since I have the classes and functions to reuse.
Forum: C++ Jul 1st, 2006, 1:28 AM
Replies: 16
Views: 434
Posted By teencoder
By dangerous I mean it won't wreck or freeze your...

By dangerous I mean it won't wreck or freeze your computer. I'm prepareing to take the classes and functions keep those and rewrite it. When I debug code I look at what might be wrong and check...
Forum: C++ Jun 30th, 2006, 4:48 PM
Replies: 16
Views: 434
Posted By teencoder
I also changed the label I thought I got rid of...

I also changed the label I thought I got rid of that already.
Thanks.
Forum: C++ Jun 30th, 2006, 12:23 PM
Replies: 16
Views: 434
Posted By teencoder
I'v gone through a few bug fixes and the...

I'v gone through a few bug fixes and the ridiculous output is gone. The output was to trace down an error because dev-c++ doesn't have a good debugger in my opinion again I am not at my home...
Forum: C++ Jun 30th, 2006, 2:30 AM
Replies: 16
Views: 434
Posted By teencoder
It compiles and it runs why shouldn't it compile.

It compiles and it runs why shouldn't it compile.
Forum: Visual Basic .NET Jun 30th, 2006, 12:15 AM
Replies: 8
Views: 209
Posted By teencoder
I've never dabbled with this but VC++ does offer...

I've never dabbled with this but VC++ does offer managed extensions.
Forum: Paid Job Offers Jun 30th, 2006, 12:12 AM
Replies: 14
Views: 350
Posted By teencoder
I would if I could but I have to go on a trip but...

I would if I could but I have to go on a trip but man looks like you went all out on that.
Forum: C++ Jun 30th, 2006, 12:05 AM
Replies: 16
Views: 434
Posted By teencoder
this is a weird output

My pong program uses sdl which sends console IO to a file. I was useing this to debug and I got this It's good for laughs and I have no Idea where it came from. I'm talking about the part at the...
Forum: Paid Job Offers Jun 29th, 2006, 8:54 PM
Replies: 37
Views: 804
Posted By teencoder
Good luck toppling the giants.

Good luck toppling the giants.
Forum: C++ Jun 29th, 2006, 8:50 PM
Replies: 22
Views: 405
Posted By teencoder
system("pause") only works in Windows. You could...

system("pause") only works in Windows. You could try using cin.get(). Those are the only standard methods I know.
Forum: Coder's Corner Lounge Jun 27th, 2006, 1:51 PM
Replies: 80
Views: 1,541
Posted By teencoder
LOI Kratong good point. You're right about it...

LOI Kratong good point. You're right about it being hard to rewrite an OS and why reinvent the wheel. Maybe Windows would actually be more unstable if they rewrote it. They have had years to...
Forum: C++ Jun 27th, 2006, 12:51 AM
Replies: 18
Views: 359
Posted By teencoder
Yeah Cache I found that. And I changed the gotos...

Yeah Cache I found that. And I changed the gotos now I've got to figure out where my other errors. I did write this all myself except for the image collision function. First Game attempt in C++ so...
Forum: C++ Jun 26th, 2006, 11:30 PM
Replies: 18
Views: 359
Posted By teencoder
Yeah but I just wrote a function but when I call...

Yeah but I just wrote a function but when I call it boom an error for each perimeter.
Forum: C++ Jun 26th, 2006, 10:40 PM
Replies: 18
Views: 359
Posted By teencoder
In VS 2005 it creates an error C3867. The...

In VS 2005 it creates an error C3867. The documentation didn't get me anywere any ideas.
Forum: C++ Jun 26th, 2006, 10:08 PM
Replies: 18
Views: 359
Posted By teencoder
what the heck I didn't put the smilie there I'll...

what the heck I didn't put the smilie there I'll try using code blocks.

argument of type 'bool(ball::() does not match bool
Forum: C++ Jun 26th, 2006, 10:06 PM
Replies: 18
Views: 359
Posted By teencoder
I know it's just gotos were the best choice I use...

I know it's just gotos were the best choice I use them very seldom. I'll try and clean up the code. I kept adding and revising things and they got out of hand but what would my error mean? I'm...
Forum: C++ Jun 26th, 2006, 8:11 PM
Replies: 18
Views: 359
Posted By teencoder
Help!!! I'm having trouble with some weird argument error

Okay I've been trying to solve this error but i'm at a loss and I'll have to post the whole thing because everything calls other things I'll try and point out the suspect areas.

#include...
Forum: Coder's Corner Lounge Jun 26th, 2006, 2:45 PM
Replies: 80
Views: 1,541
Posted By teencoder
Windows Vista also has a lesser UI if you can't...

Windows Vista also has a lesser UI if you can't run AERO. It supposedly has reduced attack avenues by loading Windows at random memory addresses. WinFS will come as an add on later. However there...
Showing results 1 to 40 of 241

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:47 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC