Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
c++ x 11
php x 1
Member Avatar for amna masood

Greetings! I installed Xampp as guided by http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development. However, it gets pretty frustrating when I reach step 29 i.e running the wordpress install script. When I type: **http://localhost/wpdb/wp-admin/install.php**, it gives me the following error(no improvement on changing the browser even): Object not found! The requested URL was not found on …

Member Avatar for davy_yg
0
237
Member Avatar for amna masood

[CODE]#include<stdio.h> #include<iostream> #include<string> #include<conio.h> #include<fstream> using namespace std; class TESTnonteaching { private: string oname; string osir_name; int oid; public: int count3; void TESTadd(); void TESTsearching(); //void editing(); void TESTdisplay3(); void TESTsetcount3() { count3=0 ; } }; //ADDING STAFF// void TESTnonteaching::TESTadd() { if(count3>=3) {cout<<"NO SPACE LEFT"; return; } cout<<"ENTER YOUR NAME …

Member Avatar for ninjatalon
0
427
Member Avatar for amna masood

This is my code:[CODE]#include<stdio.h> #include<iostream> #include<string> #include<conio.h> #include<fstream> using namespace std; class TESTnonteaching { private: string oname[3]; string osir_name[3]; int oid[3]; public: int count3; void TESTadd(); void TESTsearching(); //void editing(); //void TESTdisplay3(); void TESTsetcount3() { count3=0 ; } }; //ADDING STAFF// void TESTnonteaching::TESTadd() { if(count3>=3) {cout<<"NO SPACE LEFT"; return; } …

Member Avatar for redmaiev04
0
170
Member Avatar for amna masood

236.cpp(41): this line contains a '{' which has not yet been matched THE CODING IS: #include<iostream> #include<string> #include<conio.h> #include<IOMANIP> #include<fstream> //#include<cctype> //for toupper function using namespace std; class TESTstudent { string name[3]; string sir_name[3]; int roll_no[3]; int count; // FOR LIBRARY string book1[3]; string book2[3]; int dues[3]; int num_book[3]; int …

Member Avatar for amna masood
0
99
Member Avatar for Ajaykuamr

hi My self Ajay i am using tata docomo internet though my cell phone samsung corby 3653 i am unable to cearte a voice chat with gtalk, because the signal stranth is not so good of gtalk but my cell have full signal, what can i do? pls tell me?????

Member Avatar for amna masood
0
93
Member Avatar for Mushy-pea

Hello again. I got a fancy prancy new mobile phone recently with video capture :p . I want to transfer a video I made on it (of me playing the guitar, badly) to GoogleTube, but the file is too big to put in an MMS message. I have a Yahoo …

Member Avatar for amna masood
0
155