Programming Forums
User Name Password Register
 

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

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: d_heyzie
Forum: C++ Jan 9th, 2008, 12:46 AM
Replies: 2
Views: 146
Posted By d_heyzie
Re: Win32 GUI CreateWindowEx()

hahaha, i fixed it... turns out it was a brace which was just in the wrong place. Sorry for wasting your time, thankyou to anyone who took the time to look.
Forum: C++ Jan 8th, 2008, 8:43 PM
Replies: 2
Views: 146
Posted By d_heyzie
Win32 GUI CreateWindowEx()

I'm currently working through a tutorial on Win32 GUI, and im stuck. Im attempting to create a window which has a menu with "File" and "Help" popups with the "About > Help" menu opening a dialog box....
Forum: Coder's Corner Lounge Jul 19th, 2006, 5:51 AM
Replies: 20
Views: 326
Posted By d_heyzie
lol i dont see you going to sleep for quite a...

lol i dont see you going to sleep for quite a while, although sometimes coffee gives me a reverse effect and puts me to sleep.
Forum: Coder's Corner Lounge Jul 19th, 2006, 5:45 AM
Replies: 20
Views: 326
Posted By d_heyzie
well im reading that 10 8 ounce (not sure how...

well im reading that 10 8 ounce (not sure how much an ounce is) cups is in excess. So i suggest you seriously slow down. If its too late your gonna need to google search "treatment for caffeine...
Forum: C++ Jul 8th, 2006, 7:36 PM
Replies: 2
Views: 184
Posted By d_heyzie
yeah, long after i posted i thought i shoulda...

yeah, long after i posted i thought i shoulda probably done that, but i fixed it anyway. I had to change the type i was using from char* to char. I still have a little odd output but i should be able...
Forum: C++ Jul 8th, 2006, 10:05 AM
Replies: 2
Views: 184
Posted By d_heyzie
help with displaying message

hi, im trying to learn how to use winsock in C++ programs so ive tried to make a small client/server thing where the client sends a message and the server responds. My problem is that, although they...
Forum: Coder's Corner Lounge Jun 26th, 2006, 7:10 AM
Replies: 127
Views: 2,599
Posted By d_heyzie
hmmm 3-4 hours until Australia v Italy i think, I...

hmmm 3-4 hours until Australia v Italy i think, I best goto sleep lol it doesnt come on until about 1am here. And somehow i think im gonna be disapointed by the result, but oh well. GO AUSTRALIA!!!!
Forum: Coder's Corner Lounge Jun 22nd, 2006, 8:15 PM
Replies: 127
Views: 2,599
Posted By d_heyzie
lol yer i agree great game, but i think Australia...

lol yer i agree great game, but i think Australia could have done better in the first half with their posession. Oh well im just glad that they're through and made it into the history books.

btw...
Forum: Coder's Corner Lounge May 18th, 2006, 6:54 AM
Replies: 13
Views: 305
Posted By d_heyzie
Yes sir! right away sir!.. lol For some reason...

Yes sir! right away sir!.. lol

For some reason that kind of motivation works in a reverse way, ask my dad...
Forum: Coder's Corner Lounge May 18th, 2006, 6:41 AM
Replies: 13
Views: 305
Posted By d_heyzie
Need Some Motivation

Hey, as the profile thingy under my name says, im trying to learn C++ but i seem to be lacking motivation and my learning has become almost static. I'm just wondering what kind of stuff you ppl do...
Forum: C++ Apr 16th, 2006, 8:31 AM
Replies: 4
Views: 203
Posted By d_heyzie
Sry not sure what you mean by parse (only learned...

Sry not sure what you mean by parse (only learned some definitions for it 2 minutes ago)

for(i = 0; i < MAX; i++)
{
cout <<" Enter Name: ";
cin.getline(member[i].name,...
Forum: C++ Apr 16th, 2006, 12:40 AM
Replies: 4
Views: 203
Posted By d_heyzie
Arrays in data structures

Hey again, im learning about data structures in c++ and all was fine until i attempted to make a program using arrays in data structures. Anyways it's a program that asks for input for names and ages...
Forum: C++ Apr 2nd, 2006, 7:39 AM
Replies: 15
Views: 510
Posted By d_heyzie
no i dont think i plan to ever use C.

no i dont think i plan to ever use C.
Forum: C++ Apr 2nd, 2006, 7:16 AM
Replies: 15
Views: 510
Posted By d_heyzie
should i bother to learn to use printf?? it looks...

should i bother to learn to use printf?? it looks complicated cause of all of the % and stuff.
Forum: C++ Apr 2nd, 2006, 6:51 AM
Replies: 15
Views: 510
Posted By d_heyzie
printf or cout?

ive seen alot of c++ examples using printf over cout. Can someone please tell me the difference between the two? and, if there are differences what are the advantages and disadvantages of printf?
Forum: C++ Mar 8th, 2006, 2:38 AM
Replies: 10
Views: 401
Posted By d_heyzie
so do i put a cin.get() before i make it return a...

so do i put a cin.get() before i make it return a value? if so thats exactly where i put it but it still just flashes up and terminates.
Forum: C++ Mar 8th, 2006, 12:40 AM
Replies: 10
Views: 401
Posted By d_heyzie
sorry if it seems like im taking over this post.....

sorry if it seems like im taking over this post.. but ive seen cin.get() in alot of examples but for some reason it never works for me when i need to input a number and get a result, i input the...
Forum: C++ Mar 7th, 2006, 4:34 AM
Replies: 10
Views: 401
Posted By d_heyzie
I just include a file called "conio.h" and before...

I just include a file called "conio.h" and before I type "return 0;" i put the "getch()" function so it look similar to this:

#include <iostream>
#include <conio.h>

using namespace std;

int...
Forum: C++ Feb 2nd, 2006, 11:32 PM
Replies: 15
Views: 491
Posted By d_heyzie
ty arevos i used your other post to get on the...

ty arevos i used your other post to get on the right track. What i tryed to do now works and it does it the way i intended.

Ty for help everyone
Forum: C++ Feb 2nd, 2006, 4:54 AM
Replies: 15
Views: 491
Posted By d_heyzie
Arevos: What you are saying is right ive read it...

Arevos: What you are saying is right ive read it in a book before perhaps i should re-read that particular chapter because what ive done is nothing similar to that lol.

seif: I am trying to become...
Forum: C++ Feb 2nd, 2006, 1:50 AM
Replies: 15
Views: 491
Posted By d_heyzie
Im very sry i didnt fully explain what i meant to...

Im very sry i didnt fully explain what i meant to do. Rather than use a for loop to just print out the array backwards i meant to do it the way DaWei said and point a pointer to the beginning and one...
Forum: C++ Feb 1st, 2006, 6:02 AM
Replies: 15
Views: 491
Posted By d_heyzie
aww, well i didnt really understand what nnxion...

aww, well i didnt really understand what nnxion was meaning but maybe if i read a few more tuts and books i will eventually..... gtg bed now anyway thanks for help anyway people.
Forum: C++ Feb 1st, 2006, 5:55 AM
Replies: 15
Views: 491
Posted By d_heyzie
knowing me there probably is no point but i...

knowing me there probably is no point but i thought that it would swap the two elements if *ptr1 is incremented and *ptr2 is decremented

EDIT- But thinking about it it does nothing because it hasnt...
Forum: C++ Feb 1st, 2006, 5:43 AM
Replies: 15
Views: 491
Posted By d_heyzie
the a array is global

the a array is global
Forum: C++ Feb 1st, 2006, 5:14 AM
Replies: 15
Views: 491
Posted By d_heyzie
EXTREMELY simple problem

Hi, me again very sorry to bother you all again lol.
anyone who has read my last thread (45 people or so) would know im a newb, but ive got another problem. i was trying to test myself and make an...
Forum: C++ Feb 1st, 2006, 4:09 AM
Replies: 5
Views: 196
Posted By d_heyzie
Well your english is good enough for me to...

Well your english is good enough for me to understand.

ty for your help
Forum: C++ Jan 30th, 2006, 4:06 AM
Replies: 5
Views: 196
Posted By d_heyzie
Ok ty all makes sense but could you explain what...

Ok ty all makes sense but could you explain what (*p)++ does? compared to p++ in first for loop

EDIT: nvm just read up on it. ty for help
Forum: C++ Jan 30th, 2006, 1:57 AM
Replies: 5
Views: 196
Posted By d_heyzie
problem with output

Hi im trying to learn c++ and im stuck at the subject of pointers, so to try and help myself understand it i tryed to use pointers to make a simple (or it's supposed to be simple) program that asks...
Showing results 1 to 28 of 28

 
Forum Jump



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

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