CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fahadmunir32

Search: Search took 0.01 seconds.

  1. Re: suggest one loop logic for concatenating two strings without strcat

    Can you list down few of them?
  2. suggest logic with one loop for concate two strings without strcat

    I have written a program which concatenate two strings without the help of strcat.
    I have used two loops to make this logic.
    But want to make the logic with one loop kindly review my code c++...
  3. suggest one loop logic for concatenating two strings without strcat

    I have written a program which concatenate two strings without the help of strcat.
    I have used two loops to make this logic.
    But want to make the logic with one loop kindly review my code c++...
  4. JavaScript Re: How make javascript based quiz in blogger post

    Can you refer any 3rd party link?
  5. JavaScript How make javascript based quiz in blogger post

    I want to add quiz (MCQ) on my blog post i am a beginner of JavaScript and Jquery($)
    I want your suggestion how to accomplish this task.
  6. Re: Creating a text file for randomly generated numbers

    Nice try. I suggest you to keep the code simple as you can. As above member mentioned you have missed the function body closing bracket. here is a simple code of c which may help you it is basic...
  7. Replies
    11
    Views
    2,838

    Re: New to C++, code help.

    You can improve your program by seeing other sample codes
    here is a simple example is discussed here hope it will be helpful.
    Its function based and some restrictions to user not to enter wrong...
  8. Re: Detect arrow key press in c++ for linux only, 80% of the job is done.

    Here is a simple example to detecting a keypress in c++ using while loop and getch() hope it may be helpfull.
  9. Replies
    18
    Views
    16,786

    Re: Linear search using recursive function

    Another example that can be helpful

    http://fahad-cprogramming.blogspot.com/2014/02/linear-search-program-in-c-using.html
  10. Replies
    0
    Views
    1,131

    C++ Program logic Discussion

    I write programming examples for absolute C++ beginners..

    I Wrote a post is it easy to understand for a beginner need suggestions

    C++ program to find GCD
Results 1 to 10 of 11





Click Here to Expand Forum to Full Width

Featured