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

Search:

Type: Posts; User: Sheria

Search: Search took 0.04 seconds.

  1. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    could you kindly provide a link
  2. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    3605436055
  3. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    that was the required solution
    Write a complete java program (using a single System.out.println statement) that prints the
    following output. Note that you should not declare any variable to...
  4. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    that's the Code in C++ :
    I have no idea why can't be converted to Java Code


    #include <iostream>
    using namespace std;

    int main()
    {
    // variable declaration
  5. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    Code in C++ :

    #include <iostream>
    using namespace std;

    int main()
    {
    // variable declaration
    int location,fine = 0,current_demerit = 0,months,demerit,total_demerit,license = 1;
    char...
  6. Replies
    15
    Views
    18,073

    Re: needs to convert C++ code to JAVA

    can anyone do the conversion
  7. Replies
    15
    Views
    18,073

    needs to convert C++ code to JAVA

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    #include <iomanip>
    using namespace std;
    int NP, NE, *VO,*VTP, T, pop, stok,st, nonam, iter, it, nb_am;
    struct et
    {
    int id, s, NM, *VT,...
Results 1 to 7 of 10





Click Here to Expand Forum to Full Width

Featured