User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 370,578 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,988 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 33 of 33
Search took 0.01 seconds.
Posts Made By: Dannyo329
Forum: C++ 1 Day Ago
Replies: 8
Views: 153
Posted By Dannyo329
Re: Opening an .exe file with C++

It works now, thanks.
Forum: C++ 2 Days Ago
Replies: 8
Views: 153
Posted By Dannyo329
Opening an .exe file with C++

Well. I 'm trying to get a program in C++(MS-DOS) to open another .exe file. I thought there might have been a way with the:
system ("main.exe") ;
to call it, but somehow it does not work and its...
Forum: C++ 18 Days Ago
Replies: 5
Views: 145
Posted By Dannyo329
Re: Problem with linking files

Thanx for the Help. Your suggestion solved the errors!
Forum: HTML and CSS 19 Days Ago
Replies: 6
Views: 434
Posted By Dannyo329
Re: Drop down Issue

Is ariel a font? I've only heard of arial.
Forum: C++ 19 Days Ago
Replies: 5
Views: 145
Posted By Dannyo329
Problem with linking files

I 've linked the two files together, main.cpp and myClasses.h, I've declared a variable, but what I'm asking is can you access a variable from myClasses.h?

Here's a example of what I got so...
Forum: C++ 22 Days Ago
Replies: 6
Views: 226
Posted By Dannyo329
Problem with getline and cin.getline.

I've been trying to fix a problem with getline() and cin.getline().Here's a example I've made and it still has the problem:
" No matching function to 'getline(std::istream&, char[100])' "

Here's the...
Forum: C++ Jun 12th, 2008
Replies: 6
Views: 203
Posted By Dannyo329
Re: Linking Between C++ Files

The one in Dev-C++. (not sure what its called)
Forum: C++ Jun 11th, 2008
Replies: 6
Views: 203
Posted By Dannyo329
Re: Linking Between C++ Files

Yeah, Thats exactly what I want, but how do you link the object files together to make a single executable program? And when I tried making the two files, and putting the code on to them, it didn't...
Forum: C++ Jun 4th, 2008
Replies: 6
Views: 203
Posted By Dannyo329
Linking Between C++ Files

What i'm trying to do is, basically, link one C++ File, to another. For example, first i have a cpp file, like, main. And I want to have a part where the user chooses something then the other cpp...
Forum: Windows NT / 2000 / XP / 2003 Jun 4th, 2008
Replies: 10
Views: 434
Posted By Dannyo329
Re: Win XP Won't Install!

I would go with corrupted Disk. Make sure the disk isn't scratched.
Forum: HTML and CSS Jun 4th, 2008
Replies: 4
Views: 885
Posted By Dannyo329
Re: How to create a scrolling combo box?

For these type of menus and stuff, its best to use javascript. Even though I don't know alot of javascript, I'd recommend it. Try Google and search how to do that. Although I have never heard of...
Forum: C++ Jun 2nd, 2008
Replies: 1
Views: 84
Posted By Dannyo329
Percentage and Titles...

I am trying to get a program so that its sort of like downloading something, when it shows you the % and stuff, in which it goes up. I've been trying to get it to work, but what I done always doesn't...
Forum: C++ May 13th, 2008
Replies: 8
Views: 233
Posted By Dannyo329
Re: Subs?

Thanks, but is there any way to link to a function or something? not just using it for something like: Add() and stuff.
Forum: HTML and CSS May 12th, 2008
Replies: 4
Views: 398
Posted By Dannyo329
Re: Drop down

Use Marcomedia Flash Professional 8 or in mx, is best for making any sort of menus. Although I don't use Flash That much, I have been told its good and easy to use. Or use just Marcomedia Flash 8,...
Forum: HTML and CSS May 12th, 2008
Replies: 4
Views: 436
Posted By Dannyo329
Re: Any Free Website Design Software

I do not know any WYSIWYG Editors, I never tried Dreamweaver, but my friend says its good Editor. Or use Microsoft Expression web2 or 1.

Advice:
Actually learn HTML and use Micorsoft Expression Web,...
Forum: HTML and CSS May 12th, 2008
Replies: 6
Views: 419
Posted By Dannyo329
Re: HTML prob - firefox and ie...

Hey, I went on your first link and it works for me. All the navi bar is in order.
I use IE6 I think, but I don't reckon that helps that much.

Advice:
The Navi bar is great, but you can change it...
Forum: HTML and CSS May 12th, 2008
Replies: 10
Views: 2,736
Posted By Dannyo329
Re: help: how to make my own forum

I would recommend phpBB, since I use it and its real good. Thats my opinion, but if you want, you can just host some kind of a free forum and link it to your webspace, and place a link on your forum...
Forum: C++ May 11th, 2008
Replies: 8
Views: 233
Posted By Dannyo329
Re: Subs?

There's 50 pages, but I'll try and look throught them....
Forum: C++ May 11th, 2008
Replies: 8
Views: 233
Posted By Dannyo329
Subs?

Hey Everyone.
Is there any way to make a sub? For example there's int main(), can I make something else like int menu() and sort of link int main to int menu? I have no idea how to do this.:-/
Forum: Show Off your Projects May 10th, 2008
Replies: 10
Views: 1,189
Posted By Dannyo329
Re: Simple Program

Who?
HIM?
ME?
YOU?
THEM?
Forum: Site Layout and Usability May 8th, 2008
Replies: 3
Views: 627
Posted By Dannyo329
Re: Form in dreamweaver

Do you want the users to fill in a form, then when they press submit, the form sends to your mail?
If you do, i have no idea, but i'd thought you had to get some kind of program.
But all I know is...
Forum: C++ May 8th, 2008
Replies: 4
Views: 209
Posted By Dannyo329
Re: need serious help!!!!!!

I changed some bits but, hey, it works for me.
I use Dev-C++

Try this:

#include<stdio.h>
#include<conio.h>
#include<iostream>
#include<windows.h>
Forum: C++ May 8th, 2008
Replies: 3
Views: 183
Posted By Dannyo329
Re: Images

I'm using win32, and I'm just trying to put any image on, with words as well.
Just like a babyish picutre book.......
Forum: HTML and CSS May 8th, 2008
Replies: 8
Views: 839
Posted By Dannyo329
Forum: C++ May 5th, 2008
Replies: 3
Views: 183
Posted By Dannyo329
Images

Is there any way to add images onto your program?
I'm using Dev-C++


Thanx
Forum: HTML and CSS May 5th, 2008
Replies: 8
Views: 839
Posted By Dannyo329
Re: Smaller image to larger Image on rollover

Well, I'm outta ideas but i'll try to get other codes.
Forum: Web Developers' Lounge May 3rd, 2008
Replies: 3
Views: 850
Posted By Dannyo329
Re: JustShout, feedback and suggestions, please. =D

Make it so that users can input smilies, pictures and stuff like that.
Forum: Geeks' Lounge May 2nd, 2008
Replies: 17
Poll: Cartoons
Views: 575
Posted By Dannyo329
Re: Cartoons

Anything Except For 60s and 90s
Forum: HTML and CSS May 2nd, 2008
Replies: 8
Views: 839
Posted By Dannyo329
Re: Smaller image to larger Image on rollover

Hey, um i'm not sure if this works but if it actually works that'll be great, there's only one thing you need to change, the img src, its image1(and 2).bmp but you can change it into any image...
Forum: C++ May 1st, 2008
Replies: 5
Views: 207
Posted By Dannyo329
Re: downloading bloodshed dev

Well, here (http://www.programmersheaven.com/download/31831/download.aspx)'s the link to Download it anyway:
Forum: C++ May 1st, 2008
Replies: 5
Views: 207
Posted By Dannyo329
Re: downloading bloodshed dev

Do you want Dev-C++ IDE or do you just want Dev-C++?
Forum: Show Off your Projects Apr 30th, 2008
Replies: 10
Views: 1,189
Posted By Dannyo329
Re: Simple Program

hey don't compare you guys to me, I'm not a pro
Forum: Show Off your Projects Apr 29th, 2008
Replies: 10
Views: 1,189
Posted By Dannyo329
Simple Program

Here's a simple, but funny program i made for fun.
Although i spent 40 minutes on it.......
Showing results 1 to 33 of 33

 
All times are GMT -4. The time now is 5:18 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC