by sqoots
Urgent: How to get bool data to output to table?
|
|
[1 reply] : based on the title, do you want to print either true or false ? ... (by nvrmnd)
|
by eamorris
Searching a string in a file and converting string to int
|
|
[6 replies] Last: And when do you think it does it? string s1; int score1 = a... (by Chervil)
|
by axel97
String exersice
|
|
[1 reply] : The number in the file helps, but you could write the program so that ... (by Catfish666)
|
by Babington
Finding the actual size of an array
|
|
[5 replies] Last: It's just a matter of using whatever makes the most sense in a particu... (by Chervil)
|
by JokerFMJ
Can you use Const Int with decimals?
|
|
[2 replies] Last: I removed the "const double dollars = 10.0" because I want dollars to ... (by JokerFMJ)
|
by tkchau
Is it possible to use ostream/ofstream class as a function parameter
|
|
[2 replies] Last: Thanks a lot! (by tkchau)
|
by Mcclaine
Multiplying 2 strings (containing numbers) together
|
|
[1 reply] : Well, you can't simply convert back to integer, multiply, and convert ... (by Ispil)
|
by Zips
Loop Help.
|
|
[2 replies] Last: Well, you can re-write calculateGrossPay() to take two values, one for... (by Ispil)
|
by antonioruns
how do you change a string from uppercase to lowercase
|
|
[3 replies] Last: And if you are not allowed to use transform you can loop through each ... (by giblit)
|
by super n00b
Using Arrays in More Complex Problems
|
|
[2 replies] Last: This is what I have now. If more than 10 names are entered, "Sorry, cl... (by super n00b)
|
by Sharan123
Best option
|
|
[2 replies] Last: Thank you link was good too. (by Sharan123)
|
by Queso36
2-D arrays
|
|
[1 reply] : Here is a very basic example: #include <iostream> #include <string> u... (by thepox)
|
by clodi
simple question on arrays!
|
|
[4 replies] Last: You are probably just going past the bounds of the array, and accessin... (by TwilightSpectre)
|
by mjci4mo
While loop problem
|
|
[2 replies] Last: Thanks, I've updated the code. So I have got it working now however if... (by mjci4mo)
|
by alyssnyx
Help with void functions
|
|
[7 replies] Last: Thanks for all the help! After reading the replies, switching the voi... (by alyssnyx)
|
by sky3
Function not reading in Data
|
|
[3 replies] Last: Use the whole path to the file and see if that makes a difference. (by vin)
|
by canucksfan1
Student Score/Average Array
|
|
[1 reply] : Any help would be appreciated (by canucksfan1)
|
by serrld113
can't get program to read file
|
|
[1 reply] : You're trying to open the file twice here. You don't need the second o... (by yulingo)
|
by vFreeman
multidimensional array
|
|
[1 reply] : The error is probably in the code that you aren't showing here. You sh... (by yulingo)
|
by cory000
Searching an Array
|
|
[7 replies] Last: well, I'm the wrong person to ask about that. I do think a good book (... (by Chervil)
|