
Basic in c/c++
I have done PHP .. But i want to know which thing in c/c++ common which is used in every language.Please tell in detail actually I am little bit weak in c++ which sometimes create problem in making websites. and making me 

Re: Basic in c/c++
All languages have various constructs in common, here are some...
Statements
Variables
Loops
Conditionals
etc
Start somewhere like here
https://en.wikipedia.org/wiki/Programming_language
Statements
Variables
Loops
Conditionals
etc
Start somewhere like here
https://en.wikipedia.org/wiki/Programming_language
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: Basic in c/c++
thanks for your guidence ... 

Re: Basic in c/c++
You probably don't want to use C++ for creating websites. It can be done but would be highly unusual. Go (golang) is probably a better choice as it has some built in libraries and tooling for back end servers. Otherwise, unless you really need high performance with thousands of users at once, Python is great. Just avoid PHP like the plague. 
