Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
9% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
15
Posts with Downvotes
8
Downvoting Members
11
3 Commented Posts
0 Endorsements
Ranked #10.5K
Ranked #3K

20 Posted Topics

Member Avatar for sylvia.roymccormick
Member Avatar for Reverend Jim
0
657
Member Avatar for ckide

I must say, c++not enough to get into a job, but enough to do a job! Try to learn about databases or SQL or any designing language.

Member Avatar for rubberman
0
482
Member Avatar for Dave Sinkula
Member Avatar for ToucheAmore

To develop a smart phone app firstly you must know Java because in almost every phone application development code using basics of java. And android programming is also need.

Member Avatar for priyaspageo
0
549
Member Avatar for singhneeraj421

> Most programs designed for the 32-bit version of Windows will work on the 64-bit version of Windows. Notable exceptions are many antivirus programs.Device drivers designed for 32-bit versions of Windows won't work on computers running a 64-bit version of Windows. If you're trying to install a printer or other …

Member Avatar for cuzintone
0
268
Member Avatar for Ravi_15

The traditional way to solve this problem is reinstall Windows 7 or restore it to factory settings. As we all know, Windows computer has no password required to login default. But the disadvantage of these traditional ways is data loss probably.Here I introduce another effective way for you. It can …

Member Avatar for humorousone
0
274
Member Avatar for Đăng

In programming, operator overloading—less commonly known as operator ad hoc polymorphism—is a specific case of polymorphism, where different operators have different implementations depending on their arguments. Operator overloading is generally defined by the language, the programmer, or both.

Member Avatar for mike_2000_17
0
428
Member Avatar for Pineas

What you want actually? You need to convey the assignment idea or Answer for the question?!

Member Avatar for Pineas
-1
262
Member Avatar for rehan_5

You can do it like ordinary in C. Try this, fstream f("yourfile.dat",ios::in); f.open(); char a[20][20]; for(int i=1;i<=17;i++) for(int j=1;i<=2;j++) f>>a[i][j]; f.close();

Member Avatar for sanjulovers
0
4K
Member Avatar for sabrina07080236

Thank you so much, its really an informative one! Usually I am coberting the pdf into word file then editing the content. this is really helpful!

Member Avatar for melissad
0
21K
Member Avatar for samsudin

Use these softwares to prevent such monitors Software that removes this ( free ) : - Malwarebytes AntiMalware - SUPERAntiSpyware - Spyware Terminator - Ad-Aware SE - Spybot Search & Destroy Paid & good solutions would be : - Spyware Doctor - Spyware Sweeper - CounterSpy

Member Avatar for melissad
0
591
Member Avatar for david muchuku
Member Avatar for Sarkurd
0
170
Member Avatar for Mr Gates
Member Avatar for Jjajangmyeon

If your compiler support new version of c++ compiler c++11, you can use the code as follows: std::vector<int> v = {1, 2, 3, 4};

Member Avatar for melissad
0
234
Member Avatar for Jack_9
Member Avatar for new_developer

Range means the maximum and minimum value that can be stored inside the variable of a given type. For example if you have unsigned char and if we assume that the size of the datatype is 8 bits then you can store values ranging from 0 - 2^8-1 i.e. 0-255 …

Member Avatar for Slavi
0
262
Member Avatar for kamalashraf
Member Avatar for GOMEZ_1

Functions allow to structure programs in segments of code to perform individual tasks. In C++, a function is a group of statements that is given a name, and which can be called from some point of the program. Where: - type is the type of the value returned by the …

Member Avatar for melissad
0
190
Member Avatar for nibiruisaplanet
Member Avatar for melissad
0
299
Member Avatar for Muhammad Shahg

A static variable is a single memory location associated with the class. A non-static variable (that is a member of a class) represents a different memory location for each instance of the class. Static variables can be initialized only once and assign to 0 when an object is created.

Member Avatar for melissad
0
285

The End.