Vishal Sharma
Member
- Member since
- Apr 16, 2012
- Last active
- Nov 18, 2018
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
f5984be0-3a78-4668-8f99-a2c669bb3053
radha gogia[HASHTAG]#include[/HASHTAG]<stdlib.h> [HASHTAG]#include[/HASHTAG]<string.h> int main(void) { char *p ; strcat(p, "abc"); printf("\n %s \n", p); retur...
-
#Threads
5000cafa-4feb-4f97-b255-dd6d3e6ff13b
Betty MariaGood tips but why did you use printf(); in C++? printf ("HELLO CEANS"); I think you should use: cout << "HELLO...
-
#Threads
aacb4449-f892-44d8-9d1d-6314c6595e74
Kaustubh KatdareIf php was slow, Facebook wouldn't be running it.That's maybe because there were not many options for server side coding those...
-
#Threads
af0ed11a-bd49-4834-9c9e-ef818e987511
It doesn't matter that much, but I've seen php websites not being able to take load of more than 17 users. Probably...
-
#Threads
4c58cd97-5d2b-4b26-8ea1-8958516dee30
The best thing I love about laravel is that, you actually don't need to know PHP to code on laravel. Its just...
-
#Threads
2b1b40d4-4071-4a8f-a4db-ddcfe272f299
Joshua Dani MBut isnt that what you did in the code #-Link-Snipped-# ? Or am i mistaken?Yeah I did some modifications in...