I am extremely new to programming, so please bear with me.
Anyway, I recently downloaded Xcode 3 for my MacBook. I decided to make a web browser as my first project, but more advanced than the ones you see on Youtube. I have the Interface set up, and I am trying to implement a google search feature. My code so far is:
#import <Cocoa/Cocoa.h>
#import "MercuryAppDelegate.h"
int main(int argc, char *argv[])
{
id searchQuery;
id googlesearch;
goto (urlDataHFTPURLErr @"http://www.google.com/search?q= %id",searchQue);
return NSApplicationMain(argc, (const char **) argv);
}
It continuously says that I have an error, and I can't figure out how to fix it. Any help is very much appreciated. If you need any more information, just say so. Thanks in advance.

New Topic/Question
Reply


MultiQuote






|