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

Search:

Type: Posts; User: mrexp21

Search: Search took 0.02 seconds.

  1. Re: Could someone explain how the below c++ code works....??

    This is my full code....


    #include <iostream>
    #include <cmath>
    #include <fstream>
    using namespace std;
    int n;
    double mean (double numbers[],int );
    double variance_stddeviatian (double...
  2. Could someone explain how the below c++ code works....??

    Code to determine mode .

    double mode (double numbers [], int i)
    {
    int* Repetition = new int[n];
    for (int i = 0; i < n; ++i)
    {
    Repetition[i] = 0;
    int j = 0;
    bool bFound =...
  3. Re: Please help me check c++ flowchart and pseudocode

    Hi ,

    I've created the pseudocode from the flowchart . I just wanted someone to help me check the pseudocode whether its correct compare to the flowchart .
  4. Please help me check c++ flowchart and pseudocode

    Please help me check c++ flowchart and pseudocode

    The source code files can be downloaded from here :- http://www.4shared.com/rar/jw-wLOJZ/Project.html
  5. Replies
    1
    Views
    1,880

    Flowchart to Pseudocode Convert

    Hi ,

    Help me to convert flowchart to pseudocode . Thanks


    Flowchart in PDF :

    http://www.4shared.com/office/FgnhUYgw/Project_Full_Flowchart.html
  6. Replies
    5
    Views
    7,172

    Re: Compare Date and show the difference

    Hi ,

    Thanks for a fast feedback . Actually , this is for my project . So , I still dont have any data files created . I just assumed the date formats . From your experience and knowledge , how I...
  7. Replies
    5
    Views
    7,172

    Compare Date and show the difference

    I have a file, 'date-list.txt' which has date in it. For example , 20 May 2012 .

    Now I want to compare this date with current system date and show the difference in days .

    How can i compare...
  8. Replies
    5
    Views
    2,393

    PHP Re: Help me to modify this php script

    Can someone help me please....I really need it.....
  9. Replies
    5
    Views
    2,393

    PHP Re: Help me to modify this php script

    I already asked the original author . But , refuses my request . Please help me out . Thanks ....
  10. Replies
    5
    Views
    2,393

    PHP Re: Help me to modify this php script

    It is actually AVS Adult Video Script . I bought the script 2 weeks ago . So , I have the rights to edit the script , but I'm not really familier with php codings . Please help me as soon as possible...
  11. Replies
    5
    Views
    2,393

    PHP Help me to modify this php script

    Hello ,

    I would like to modify this script a bit . It is a video upload script for my site . The php content contains all the neccessary fields and upload via browse files only . I would like to...
Results 1 to 11 of 12





Click Here to Expand Forum to Full Width

Featured