Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
4
0 Endorsements
Ranked #4K
~13.2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for daspi
Member Avatar for vvsmario

#include <iostream> using namespace std; class MyString { public: MyString(); MyString(const char *message); MyString(const MyString &source); ~MyString(); const void Print() const; const int Length() const; MyString& operator()(const int index, const char b); char& operator()(const int i); MyString& operator=(const MyString& rhs); bool operator==(const MyString& other) const; bool operator!=(const MyString& other) const; …

Member Avatar for Busuioc
-1
4K
Member Avatar for sumaya_ak

Check you code first if statement is repeated in the program cases that you have been declared that is the reason of errors because it is case sensitive language.

Member Avatar for stultuske
0
180
Member Avatar for rana ranjit
Member Avatar for Daisy_1
0
92
Member Avatar for Daisy_1

Anybody can explain about my question i have search over the web but never find right answer ?

Member Avatar for timetraveller1992
0
568
Member Avatar for Nima_1
Member Avatar for nadiam

<?php /* * Create a simple sub options page called 'Footer' */ if( function_exists('acf_add_options_sub_page') ) { acf_add_options_sub_page( 'Footer' ); } /* * Create an advanced sub page called 'Footer' that sits under the General options menu */ if( function_exists('acf_add_options_sub_page') ) { acf_add_options_sub_page(array( 'title' => 'Footer', 'parent' => 'options-general.php', 'capability' => …

Member Avatar for Daisy_1
0
2K
Member Avatar for Daisy_1

Need some tutorial to adding meta tags in php website with image or video link.. help

Member Avatar for Member #120589
0
122

The End.