Forum: C++ Sep 29th, 2007 |
| Replies: 1 Views: 567 I have been looking at the amazon DVD search starter kit for VB 2005 express.
Is it possible to create a program that you can use to login to your ebay account and see what items you are watching... |
Forum: C++ Sep 13th, 2007 |
| Replies: 18 Views: 6,126 |
Forum: C++ Sep 13th, 2007 |
| Replies: 18 Views: 6,126 I have gone through the { and the } and looked for where to put a ;
i wrote this code from a book and i am double checking it! |
Forum: C++ Sep 13th, 2007 |
| Replies: 18 Views: 6,126 it says:
1>c:\users\john\documents\visual studio 2005\projects\speedgame\speedgame\Form1.h(23) : error C2143: syntax error : missing ',' before '}'
so i think it's line 23 where it goes }{ |
Forum: C++ Sep 13th, 2007 |
| Replies: 18 Views: 6,126 can someone please help?!
I am very new to this! |
Forum: C++ Sep 13th, 2007 |
| Replies: 18 Views: 6,126 |
Forum: C++ Sep 12th, 2007 |
| Replies: 18 Views: 6,126 and my main form code:
#pragma once
namespace speedgame {
using namespace System;
using namespace System::ComponentModel; |
Forum: C++ Sep 12th, 2007 |
| Replies: 18 Views: 6,126 // speedgame.cpp : main project file.
#include "stdafx.h"
#include "Form1.h"
using namespace speedgame;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{ |
Forum: C++ Sep 12th, 2007 |
| Replies: 18 Views: 6,126 i am using Vista Ultimate, does this matter? |
Forum: C++ Sep 12th, 2007 |
| Replies: 2 Views: 574 1>.\speedgame.cpp(10) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
please help! |
Forum: C++ Sep 12th, 2007 |
| Replies: 18 Views: 6,126 can someone please help me here?! |