by raheel1212
2 Dimensional Arrays HELP URGENT!!
|
|
[3 replies] Last: #include<iostream> int main() { using namespace std; int i,j,k,av,s=0... (by anup30)
|
by abdalimran
How to reverse the letters of all the words only, not of the full string?
|
|
[2 replies] Last: using stringstream, #include <iostream> #include <sstream> using na... (by anup30)
|
by erik341
Make x value depending on the number of words
|
|
[7 replies] Last: I just have. I hope :) (by mutexe)
|
by nichan79
Need help!
|
|
[3 replies] Last: I tried that and it worked great. (by nichan79)
|
by spring2014
book for c++ modelling
|
|
[no replies]
|
by alkass
Call a constructor after created a copy of the Class
|
|
[1 reply] : struct Digitiser { Digitiser( float var1_, float var2_ ) { /* ...... (by JLBorges)
|
by imaghhc
Output Problem
|
|
[3 replies] Last: int b = 0; for (int i = 0; i < word.length(); i++) { if(letterFo... (by anup30)
|
by maximus123
Errors in code snippet
|
|
[4 replies] Last: Thank you, these suggestions were helpful. (by maximus123)
|
Console I/O in C++ |
|
[2 replies] Last: It means what is says. In the early days of computers did not have a... (by YokoTsuno)
|
by bhalo
how to delete dynamic objects
|
|
[1 reply] : The simplest way is to use C++'s own linked lists. Since you have null... (by Cubbi)
|
by amizam
im new in function, can u find my error?
|
|
[3 replies] Last: You're welcome - glad it worked out :) (by MikeyBoy)
|
by quan1506
Problem about extract individual digits argolithm
|
|
[2 replies] Last: Wow, I got it. Finally, it works. Thank you so much. (by quan1506)
|
by xenovia12
loop
|
|
[2 replies] Last: Use a do{}while. That's executed at least once. (by YokoTsuno)
|
Problem with constructors |
|
[3 replies] Last: "I mean node constructor requires two parameters right?" Yes. It's c... (by YokoTsuno)
|
by football52
Diamond Project
|
|
[2 replies] Last: Question 1: You can use the manipulator setw() form the <iomanip> libr... (by quan1506)
|
by Jhub
Array Problems
|
|
[1 reply] : How about http://www.cplusplus.com/reference/random/normal_distributio... (by keskiverto)
|
by Vandalism
Identifying prime numbers inputted 10 numbers
|
|
[1 reply] : 1. Use a loop to get 10 numbers. 2. Restructure your code. Create fu... (by keskiverto)
|
by Rashad2
Template problem
|
|
[1 reply] : Line 15 should return a while 38 should return b. B obj;///line 57 c... (by closed account SECMoG1T)
|
by Rashad2
Passing arrays
|
|
[2 replies] Last: I dont understand, how can i rewrite it. (by Rashad2)
|
by Vandalism
What's the code?
|
|
[8 replies] Last: @whitenite1 Thank you! :) (by Vandalism)
|