Forum: C++ Mar 18th, 2003 |
| Replies: 18 Views: 6,385 You star :P It's all working and hoo.exe ran :D but the window closed before I could see hello world :(.
Any line of code i should add to get a 'press any button to continue'?
Thank you ever so... |
Forum: C++ Mar 15th, 2003 |
| Replies: 18 Views: 6,385 I am missing the last one, I was hoping the update may fix this. Any other ideas? I do have a copy of Metrowerks Codewarrior 5, but it's slightly different. |
Forum: C++ Mar 15th, 2003 |
| Replies: 18 Views: 6,385 Nope :
The top line of
#include <iostream>
using namespace std;
int main()
{
cout << "hello, world" << endl;
cin.get(); |
Forum: C++ Mar 15th, 2003 |
| Replies: 18 Views: 6,385 I'm downloading updates as I type... will post with result after! |
Forum: C++ Mar 13th, 2003 |
| Replies: 18 Views: 6,385 It now says iostream not found and when iostream.h is tried, the same result. |
Forum: C++ Mar 13th, 2003 |
| Replies: 18 Views: 6,385 [Warning] In function 'int main()'
'cout' undeclared (first use this function}
And here is the code I am using to build Hi World proggy, testing Dev cpp :
#include <windows.h>
using... |
Forum: C++ Mar 12th, 2003 |
| Replies: 18 Views: 6,385 Sorry - looks like I pressed wrong button, I ment reply not new topic!
I apologise. |
Forum: C++ Mar 12th, 2003 |
| Replies: 18 Views: 6,385 Thanx for everyone's reply. I'm more and more being put off Java, although it looks like a good language in practise, the way it looks as a GUI doesn't appeal. Anyone know of a good free C++ IDE ? I... |
Forum: HTML and CSS Mar 7th, 2003 |
| Replies: 7 Views: 4,790 Hi,
I know CSS and XHTML like the back of my hand, but am wondering how you can allow a visitor to a site change the CSS file used (like in TechTalk flat / 3d), but without having the registering... |
Forum: Java Mar 7th, 2003 |
| Replies: 13 Views: 7,911 Ok.
I have Jbuilder 8 Personal from Borland Installed, and am wondering how to start off in java. Should I convert the file after i've finished into a windows executable, and if so how would I go... |
Forum: Web Browsers Mar 7th, 2003 |
| Replies: 19 Views: 5,185 How about right clicking on the link to the file, save target as , then save it where you want? I believe the reason the file 'disappears' is a configuration that is clearing the temporary files... |