Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
0 Endorsements
Ranked #11.7K
Ranked #4K
~17.5K People Reached
Favorite Tags

18 Posted Topics

Member Avatar for Dave Sinkula

Good to see the book sugestions for C++. When I was doing my course, I first looked at the book called Object oriented programming with C++ by Balaguruswamy. In my college, mostly our lecturer recommended the books from Balaguruswamy for teh languages like C and C++ as we were begineres …

Member Avatar for shahidali6
11
10K
Member Avatar for nitin1

The namespaces lets us to group a set of global classes, objects and/or functions under a specific name. If you use the using namespace std in the code then you don't need to put std:: throughout your code. The program will look in the std library to find the object. …

Member Avatar for Itecg
0
277
Member Avatar for Learner010

Its an informative thread describing the function. It would be helpful for the learners!

Member Avatar for Learner010
2
885
Member Avatar for Clif40RD

Hello and welcome. Actually I am a newbie in the forum and I came here to this post when I just saw introction sectiion. It was nice to meet yopu all and Clif4ord, best of luck for your project work.

Member Avatar for servent123
0
237
Member Avatar for m2soft

Hi and welcome to the forums. I am also a new member to this forum. It was good to know about the company.

Member Avatar for ElliotNorton
-1
158
Member Avatar for yesu and aswaq

The following steps I am providing based on the search I made according to your question. You can try it. Hope it would be helpful. 1)Boot up your system and log in 2)Find the software you are looking for. You can find it by searching the repositories, or through a …

Member Avatar for cheryllocascio
0
220
Member Avatar for Đăng

Java does not support many features which can be used in C++. Yes one of them is operator overloading. One of the important features of Java is that it is simple. If the operator overloading is used it would surely make the design more complex. It might also slow the …

Member Avatar for mike_2000_17
0
440
Member Avatar for DS9596

The variables like distance, choice should be declared when you write the actual program.

Member Avatar for rubberman
-1
448
Member Avatar for hAbbas

I agree with the previous user that if you have such doubts in the program flow, you can simply give a search. Or you can just refer some good books providing theinformation about converting the datatypes.

Member Avatar for cheryllocascio
0
200
Member Avatar for SuperCucumber

Pattern catalog items don't typically contain implementations, because they are language independent. It is the job of the programmer to provide the implementation. Some useful patterns are provided in well-known libraries. The publisher and the subscriber classes are provided in the package called Java utility package, where they are known …

Member Avatar for cheryllocascio
0
205
Member Avatar for maotopapakarabo.ramanaledi

You take some amount of time to work on this program. And then come up with the result of the program you have worked. Specify any errors or modification you need to correct. We'll try to work on that.

Member Avatar for DonnSchwartz
-1
180
Member Avatar for マーズ maazu

I have made a search based on the question asking about the replacement of malloc function in Windows. I found some information like, for dynamic memory allocation like malloc fuction, it is possible to replace all callas to to the standard functions automatically with the use of scalable equivalents of …

Member Avatar for rubberman
0
1K
Member Avatar for Jeroen Mathon

There are subdivision of SQLite interfaces which are Stable, Experimental and Deprecated. The Stable interfaces are maintained indefinitely in a backwards compatible way. The second one , that is the Experimental interfaces are subject to change and/or removal at any time. And the Deprecated interfaces cannot be used in the …

Member Avatar for JasonHippy
0
572
Member Avatar for Gusani_1

In programming languages, polymorphism means that the behaviour of operations or objects differently in different environment. The most simple example would be the '+' sign, which can be used for different purposes in C++. For example, the '+' can be used in addition operation of intergers, also for the addition …

Member Avatar for DonnSchwartz
0
222
Member Avatar for Sahilsikka

There is actually no difference between two of them. The only diffrence that is found in the way of assigning the value of 10 to the variable 'a'.

Member Avatar for DonnSchwartz
0
198
Member Avatar for Member #46692
Member Avatar for pritaeas
0
273
Member Avatar for lewashby

Structures encapsulate the data members. Unions are similar to structures, but data members share memory, and unions may access members as different types. The class key used for stucture is 'struct' and in the case of uniion, the class key is 'union'. Both of them uses 'public' as the default …

Member Avatar for cheryllocascio
0
196
Member Avatar for amal.sultan.5855

I think the above post would work. I am not sure as I haven't tried, I am hoping so. But I still want to know if the programming code works with the break statement, why do you want to execute it without the break statement

Member Avatar for cheryllocascio
0
419

The End.