Vishal Sharma

Vishal Sharma

Member

Member since
Apr 16, 2012
Last active
Nov 18, 2018
Total activities
0

Activity feed

Recent contributions

  1. #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...

  2. #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...

  3. #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...

  4. #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...

  5. #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...

  6. #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...

  7. #Threads

    df91f613-a025-46e1-8ac4-6d2070672776

    Joshua Dani MThank you! But i'm not that great in programming! could you modify the above program...it will be very helpful to...

  8. #Threads

    6391cd1c-bc10-4a63-a32c-3c4066188d3a

    Joshua Dani M#-Link-Snipped-# please send the complete code!Hey, I'm afraid i do not have this code with me anymore, as you see...

  9. #Threads

    42721dc1-6585-437e-83e0-beeb615e97b4

    RedfredgThis is very indepth and informative tips. I have been learning C++ for 5 months and I do not know if I...

  10. #Threads

    a825472f-06b6-4f56-98fd-6e35d13d3bc0

    kagimu Edwarddude pliz would u hel[p and elaborate to me how to doiwnload and install the gcc compilers on window seven operating...

  11. #Threads

    5150ce0f-7534-43de-9b33-6c50b47e799c

    #-Link-Snipped-# No one asked you the entire code

  12. #Threads

    9a55f6a2-1466-4f68-b93e-5b70a3ac0f2b

    The first thought that comes to my mind is, If 2 stacks are used, it is pretty straight forward. Push the elements...