Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

C++98 with C99


Company: Microsoft

Average User Rating (2 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: good

    "good online tool"

    by agievans on Jan 30, 2021 3:11 AM

    Summary:
    this online tool is one of the popular tool of the microsoft company. used for the software development process.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: MSVC++ 14.0

    "Pre Move Semathics Patterns"

    by OriCpp on Dec 27, 2018 11:32 PM

    Summary:
    In some cases move semantics makes it hard to debug and understand code and data flow. Running some software development process. Using primitive C/C++ dialect may assist Identifying Parasite calls to default shallow copying and construction of classes structures and usage of Run Time ingredients in the software I retractor. C++98 is most helpful to trace in with debugging session without the difficulty of understanding the cryptic mangling of Lambda functions, C++11/14/17/20 and without the frustration from missing Debugging symbols for Microsoft Internal and IDE libraries and utilities (Closed Source). I fund it very useful specially building Boost (boost-asio HTTP server for example) and tracing in to understand problems in JavaSript - HTML - PHP Forms posting and getting from server side debugging. After fixing Shadow Parasites in C++98 I pass the code back to modern C++11/14/17/20 and connect with C#/CLI/CLR Javascript HTML PHP and everything works like a charm. p.s.: It is also most usefull to cross check the code with gdb over gcc/g++4.8.4 (the last non C++11 in Gnu compilers set) and Ubuntu 14.04/14.10 where it is the default C++ driver on core of the system and not require multiple C/C++ core drivers fiddling and complex integration .

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!