how can I build or make new programming language Programming by jaspreet_5 I want to build an easy machine language more likely that sport local language and easy for building software applications and much more Re: how can I build or make new programming language Programming by Reverend Jim If by "machine language" you mean "actual" machine language then that is Assembler. It is not easy to build applications in machine language. Re: how can I build or make new programming language Programming by trcooke This may seem like a flippant response, but I promise you it isn't. Why do you feel the need to write a new programming language? (I assume that's what you mean by 'machine language'). What is it you need that all other existing programming languages do not provide? Re: how can I build or make new programming language Programming by Dani You could ask [this guy](https://www.daniweb.com/profiles/1010298/bjarne-stroustrup-31) ;) [Here's the full interview](https://www.daniweb.com/programming/software-development/interviews/313564/interview-with-bjarne-stroustrup-creator-of-c) Online sport manager games Community Center Geeks' Lounge by Arskap Do you play online sport manager games and tell me your favourite games :) my favourite is [url=http://myracingcareer.com/r2455/]My Racing Career[/url] and [url=http://powerplaymanager.com/r423540/] PowerPlay Manager[/url]. I love these games, do you know better? :) Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by christina>you sport messaging service using java Programming Software Development by Nidhi S. … a set. int oldBaudRate = sPort.getBaudRate(); int oldDatabits = sPort.getDataBits(); int oldStopbits = sPort.getStopBits(); int oldParity = sPort.getParity(); int oldFlowControl = sPort.getFlowControlMode(); // Set connection parameters… Sports Event project Programming Software Development by Naruto1 … { final int ARRAYSIZE = 20; //larger array size.:P Sport[] sportEvent = new Sport[ARRAYSIZE]; //create object int i =0; int a = …= sportBuffer.readLine(); JOptionPane.showMessageDialog(null, line1 + line2 + line3); Sport x = new Sport(); x.title = line1; x.year= Integer.parseInt(line2); x… Const methods to read private data members of a class Programming Software Development by JayGarxP …; using std::cin; using std::endl; Sport::Sport() { length = 0; } Sport::~Sport() { //delete [] array;//for length toto } void Sport::PromptUser() { cout << "\n… Problems with List and ArrayList Programming Web Development by Sirrana …this.lname = lname; this.payer = payer; this.sport = sport; } public String getFname() { return fname; } public… } public String getSport() { return sport; } public void setSport(String sport) { this.sport = sport; } }[/ICODE] And here are my… Re: Help with a query Programming Databases by jozz3 …GAME.Gtype_id) INNER JOIN SPORT ON (SPORT.Sport_id=REPRESENTATIVE.Sport_id) AND (SPORT.Sport_id=EVENT.Sport_id) AND (GAMETYPE.Gtype_id=SPORT.Gtype_id) WHERE (((MEDAL.…Gtype_id=GAME.Gtype_id) INNER JOIN SPORT ON (GAMETYPE.Gtype_id=SPORT.Gtype_id) AND (SPORT.Sport_id=EVENT.Sport_id) AND (SPORT.Sport_id=REPRESENTATIVE.Sport_id) WHERE (((MEDAL… Re: Sports Event project Programming Software Development by Naruto1 … IOException { int i; final int ARRAYSIZE = 20; Sport[] sportEvent = new Sport[ARRAYSIZE]; //create object for (i = 0; i …//update(sportEvent); } } } // public static void add( int i, Sport[] sportEvent) { i=0; //Scanner keyboard = new Scanner(System.in); … Re: Const methods to read private data members of a class Programming Software Development by NathanOliver You are trashing our memory in your `Sport::Add()` function. You are adding a …string](http://www.cplusplus.com/reference/string/) and your `Sport` class to use a vector, `Add()` would look… like the following: void Sport::Add() { std::string usrName; int usrGrade; double usrGPA;… need help, iptables configure two webservers+mailserver Hardware and Software Networking by reedone816 …80 -j ACCEPT -A FORWARD -p tcp -m tcp --sport 80 -j ACCEPT -A FORWARD -p tcp -m tcp --…139 -j DROP -A FORWARD -p tcp -m tcp --sport 135:139 -j DROP -A FORWARD -p tcp -m…445 -j DROP -A FORWARD -p udp -m udp --sport 445 -j DROP -A FORWARD -p udp -m udp --…53 -j ACCEPT -A FORWARD -p udp -m udp --sport 53 -j ACCEPT -A FORWARD -p udp -m udp -… php+mysql: having trouble querying the database! Programming Web Development by dunktap …"]; //$playerfname=trim($playerfname); //$playerlname=trim($playerlname); //$sport=trim($sport); //$season=trim($season); //$number=trim($number); $result …AND playerlname LIKE '%".$playerlname."%' AND sport LIKE '%".$sport."%' AND season LIKE '%".$season.&… Re: Const methods to read private data members of a class Programming Software Development by Banfa … stack memory and trying to delete stack memory, all in `Sport::add`. You are using dynamic arrays of pointers so Line… serial Port programming Programming Software Development by Acidburn sPort=(SerialPort) pid.open("Serial Comm Testing",100); sPort.disableReceiveFraming(); sPort.disableReceiveThreshold(); sPort….getBytes(); os.write(outByte); sPort.close(); } catch (Exception … Re: Sports Event project Programming Software Development by Naruto1 … i tried to initialise and all different things in CLASS Sport. Yeah i dont know..I have been trying all very… Re: Sports Event project Programming Software Development by JamesCherrill … pointer Exception. Your loop at line 15 puts a new Sport object into each of those slots, so now they all… Re: php+mysql: having trouble querying the database! Programming Web Development by dunktap …"]; //$playerfname=trim($playerfname); //$playerlname=trim($playerlname); //$sport=trim($sport); //$season=trim($season); //$number=trim($number); $mydb…AND playerlname LIKE '%".$playerlname."%' AND sport LIKE '%".$sport."%' AND season LIKE '%".$season."… Print Data From XML Programming Web Development by shadow_cool …s office, the Department of Culture Media and Sport and the Olympic Delivery Authority andndash; the IOC…spirit. Across the board andndash; from venue construction, sport, the Olympic village, through to technology, media operations… Commission heard reports on Games-related topics such as sport, the Olympic Village, venue development, NOC Services, … Tree view from an old flat file Programming Web Development by Setvir … rustenburg/school/bergsig/sport/tennis rustenburg/sport rustenburg/sport/rugby rustenburg/sport/tennis/rustenburg tenis club rustenburg/sport/tennis/Impala club rustenburg/sport/rugby/impala rustenburg… Searching through a input text file java Programming Software Development by NICEGUY123 … on my output I get Sport: BASKETBALL Name: John Smith Stat: 23 , 54 Sport: FOOTBALL Name: Jose Cruise …Stat: 445, 23 Sport: BASEBALL Name: Mike Beterman Stat:…stats to be printed out.. Sport: BASKETBALL Name: John Smith Stat: 23 , 54 Sport: FOOTBALL Name: Jose Cruise Stat… Iptables with KVM Hardware and Software Linux and Unix by hell hansen …ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j ACCEPT # Allow … -j ACCEPT -A OUTPUT -o eth0 -p tcp --sport 25 -m state --state ESTABLISHED -j ACCEPT # Allow …ESTABLISHED -j ACCEPT -A OUTPUT -o eth0 -p tcp --sport 110 -m state --state ESTABLISHED -j ACCEPT # Allow … Problem with my code really need help Programming Software Development by hotwheels92 …lt;5; j++) { infile >> scrlist[i].sport[j]; infile >> scrlist[i].score[j]; }…lt; "Diving; "; else if(scrlist[i].sport[j] == 'G') outfile << "Gymnastics… Re: American football v. FIFA football (soccer) Community Center Geeks' Lounge by jbennet …local economy) Also, American football is the most popular sport in any single country.. about 40-50% of all…obvious from football's dominance in America as to which sport is most popular :) [/QUOTE] uh, no every country…... [quote] Also, American football is the most popular sport in any single country.. about 40-50% of all Americans… Re: Searching through a input text file java Programming Software Development by NICEGUY123 … one more question. My output is producing Sport: BASKETBALL Name: John Smith Stat: 23 , 54 Sport: FOOTBALL Name: Jose Cruise Stat: 445…, 23 Sport: BASKETBALL Name: KJ Stat: 34, 32 Sport: BASEBALL Name: Mike Beterman… American football v. FIFA football (soccer) Community Center Geeks' Lounge by joshSCH … to designate this post to polling Daniweb as to which sport is most popular. As we all know, American football…the local economy) Also, American football is the most popular sport in any single country.. about 40-50% of all … obvious from football's dominance in America as to which sport is most popular :) Here, American football is the most … Help with a query Programming Databases by jozz3 … Gtype_id, Game_year, game_website, game_cancel, Country_id) GAMETYPE(Gtype_id, Gtype_title) SPORT(Sport_id, Sport_title, Gtype, id) CONTESTANT(Cont_id, Rep_id, Comp_id, … FROM MEDAL) GROUP BY GAME.Game_year, GAMETYPE.Gtype_title, SPORT.Sport_title, EVENT.Event_title, MEDAL.Medal_color, ATHLETE.Athlete_lname, ATHLETE… Re: Help with a query Programming Databases by jozz3 …? [CODE]SELECT GAME.Game_year AS [YEAR], GAMETYPE.Gtype_title AS GAME, SPORT.Sport_title+' '+EVENT.Event_title AS EVENT, MEDAL.Medal_color AS GOLD, ATHLETE….Gtype_id=GAME.Gtype_id) INNER JOIN SPORT ON (SPORT.Sport_id=REPRESENTATIVE.Sport_id) AND (SPORT.Sport_id=EVENT.Sport_id) AND (GAMETYPE.Gtype_id=SPORT.Gtype_id) WHERE (((MEDAL.Medal_color…