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

Search:

Type: Posts; User: lokdon

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,325

    c++ code snippet requiring conversion to java

    I have a need for someone to translate this language to java that way I can use the example to apply what I have learned to the rest of the code. I have almost 2000 line of codes. This logic I think...
  2. Tinkering on verifying a stream of spaces, letter and punctuations

    #include <iostream>
    #include <cctype>
    #include <string>

    std::string getLetters()
    {
    std::string input;
    bool valid;

    do
  3. Re: Guys whye can I sum the score? --class RiskScore

    Guys thanks for your help I did solve the problem by way of debugging and code sanitization thanks.
  4. Re: Guys whye can I sum the score? --class RiskScore

    Thanks
  5. Guys whye can I sum the score? --class RiskScore

    I make a RiskScore class. Here I made this class re-useable by making them separate like this:

    1. Header// Member function or class definition
    2. Source code or implementation// This where I put...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured