by George7498
Sales Tax help
|
|
[3 replies] Last: You should initialise your variables. double taxRate = 0.0; double ... (by imohamme5)
|
by CBHero1
While loop with else statement
|
|
[5 replies] Last: Thank you all for the replies, I'll research your suggestions and see ... (by CBHero1)
|
by plplpl121212
help visual studios program
|
|
[2 replies] Last: Thank you so much for the help. Much appreciated. (by plplpl121212)
|
by bird1234
And OR Operator Problem
|
|
[3 replies] Last: what will be the output of this program will be. If only there was s... (by MikeyBoy)
|
by vessel91
function that reads string, converts it to int array, flips number in array.
|
|
[7 replies] Last: Hope there are no negative numbers. #include <string> // // void r... (by lastchance)
|
by ExSanity
MySQL In C++ Reference/Undeclared Identifiers
|
|
[1 reply] : Yes you need to download a library for .net and MySql. You can get it ... (by Thomas1965)
|
by techjohnny
Manipulating a char array
|
|
[2 replies] Last: Okay, this isn't pretty, but it accomplishes taking input and formatti... (by techjohnny)
|
by mary9734
Strings
|
|
[14 replies] Last: Thank you for help! (by mary9734)
|
by basefloating
How to Read a text file into a vector
|
|
[3 replies] Last: Use the 'Text file' section of the tutorial and practice with the samp... (by closed account 48T7M4Gy)
|
by andrewllewop
variable declaration
|
|
[2 replies] Last: Ok that makes alot of sense now. Thank You (by andrewllewop)
|
by Kourosh23
For loop vs For each loop for arrays
|
|
[13 replies] Last: Ok, thank you. (by Kourosh23)
|
UNIX plug-ins |
|
[3 replies] Last: you have to "clone it" from github $ git clone https://github.com... (by mbozzi)
|
by Surpower
Semantic error of numbers
|
|
[2 replies] Last: To elaborate, a little bit: std::printf can accept any number of arg... (by mbozzi)
|
by fivestar
Writing to a txt file
|
|
[8 replies] Last: the file example.txt will be in your program source directory where yo... (by bird1234)
|
by ryane714
Output and display the largest number inputted
|
|
[2 replies] Last: Your program shows "average" after each input. Why? What are those va... (by keskiverto)
|
by meltorizor
Search/Delete/Validate in strings
|
|
[14 replies] Last: Thanks for your advice, i'll be back if i can report something new. (by meltorizor)
|
by dat boi
Help me find the error, because I can't
|
|
[2 replies] Last: Thanks so much for the advice! After looking over my code with my teac... (by dat boi)
|
by Andy1222
Two variable in a for loop
|
|
[5 replies] Last: Float first,second,third First=0; Second=0; Third=0; For(sector=0&&y... (by Andy1222)
|
by ExSanity
Search function in c++?
|
|
[3 replies] Last: learn how to incorporate DB into C++ depends on which DB you want to... (by gunnerfunner)
|
by CooloN
Im new to coding , See the reply below
|
|
[11 replies] Last: TY guys for helping me , this what its look like. //This is solution... (by CooloN)
|