by Felicia123
Basic templates
|
|
[6 replies] Last: template< class T , class U ,class X > void Printoutput( T value ,U e... (by Felicia123)
|
by dominover
Programming Language Makefiles?
|
|
[1 reply] : No, it's not a language (or say it's somewhat blurry when instructions... (by coder777)
|
by geekocoder
typedef
|
|
[1 reply] : the const on line 3 applies to the type charp . The type charp is... (by coder777)
|
by Pawan Murthy
arrays and card shuffling
|
|
[1 reply] : the problem is you are keep Shuffleing the original array again and a... (by rambo2210)
|
by brandonator
How to delete a variable.
|
|
[6 replies] Last: You could use braces to limit scope, the first example gives a compile... (by Chervil)
|
by dohcteggie
Reading a .txt file
|
|
[2 replies] Last: here is the code to read 2nd line of file.:- #include <iostream> #in... (by rambo2210)
|
by rkstengel
Special read file output
|
|
[1 reply] : #include <iostream> #include <string> #include <fstream> using namesp... (by rkstengel)
|
by maryjo
whats wrong with my code??C++
|
|
[3 replies] Last: your code os correct but little bit modification as THeIdeasMan told. ... (by rambo2210)
|
homework help |
|
[1 reply] : I think you are struggling in how to pass array into functions. By de... (by vichu8888)
|
by molecularman
Finding the Max, Min, Evens, and Odds of a Data Set
|
|
[12 replies] Last: Thanks to everyone that helped. I ended up just subtracting one from ... (by molecularman)
|
by Momojams
Some problems with integer fractions
|
|
[6 replies] Last: Mine actually already does do that -- Line 13. (by Moeljbcp)
|
by ownager
Help with the task
|
|
[7 replies] Last: this is another way, which might be consider way easier(space it if u ... (by SirSen)
|
by anreese1
Structs
|
|
[1 reply] : Your comments really tell you what you need to do. You've identifi... (by AbstractionAnon)
|
by galatic
Displaying a set of data
|
|
[2 replies] Last: Can you please explain that more in depth for me please? I want to und... (by galatic)
|
by alepxpl93
comparing arrays
|
|
[8 replies] Last: Got it thanks guys! It is now: #include <iostream> #include <fstream... (by alepxpl93)
|
by Ryusko
Help with stl remove_if
|
|
[2 replies] Last: I suppose I should have added, trying that leads to error C2276: '&' ... (by Ryusko)
|
by pyrothunder
warning: will always evaluate as 'true' [-Waddress]
|
|
[1 reply] : In this statement cout << "The day of the week that date was: " << da... (by vlad from moscow)
|
by tony12
Mean and Standard deviation
|
|
[4 replies] Last: Thanks for the feedback! I'd had the average working before then it st... (by tony12)
|
by mike12255
cin not returning typed in value.
|
|
[1 reply] : inital = toupper(inital ) + "."; type issues int + const char* wil... (by ne555)
|
2D character arrays I/O |
|
[no replies]
|