Forum: C++ 1 Day Ago |
| Replies: 8 Views: 153 |
Forum: C++ 2 Days Ago |
| Replies: 8 Views: 153 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 |
Forum: HTML and CSS 19 Days Ago |
| Replies: 6 Views: 434 |
Forum: C++ 19 Days Ago |
| Replies: 5 Views: 145 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 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 |
Forum: C++ Jun 11th, 2008 |
| Replies: 6 Views: 203 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 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 |
Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 4 Views: 885 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 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 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 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 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 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 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 Re: Subs? There's 50 pages, but I'll try and look throught them.... |
Forum: C++ May 11th, 2008 |
| Replies: 8 Views: 233 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 |
Forum: Site Layout and Usability May 8th, 2008 |
| Replies: 3 Views: 627 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 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 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 |
Forum: C++ May 5th, 2008 |
| Replies: 3 Views: 183 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 |
Forum: Web Developers' Lounge May 3rd, 2008 |
| Replies: 3 Views: 850 |
Forum: Geeks' Lounge May 2nd, 2008 |
| Replies: 17 Views: 575 |
Forum: HTML and CSS May 2nd, 2008 |
| Replies: 8 Views: 839 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 |
Forum: C++ May 1st, 2008 |
| Replies: 5 Views: 207 |
Forum: Show Off your Projects Apr 30th, 2008 |
| Replies: 10 Views: 1,189 |
Forum: Show Off your Projects Apr 29th, 2008 |
| Replies: 10 Views: 1,189 Simple Program Here's a simple, but funny program i made for fun.
Although i spent 40 minutes on it....... |