by drumanart
set_bit want work
|
|
[3 replies] Last: Thanks (by drumanart)
|
by bathach95
Define numbers in a .txt file
|
|
[5 replies] Last: oh, thanks so much :) (by bathach95)
|
by bbaixinho
read a file .txt with numbers and words as a array to calcule max, min, average
|
|
[3 replies] Last: i made this: double name ; double age ; double class ; ifstream ... (by bbaixinho)
|
by niko
iam stuck at output :(
|
|
[2 replies] Last: @aciex i tried Iomainp but iam failed.. #include <iostream> #includ... (by niko)
|
by Polairis
Linker error
|
|
[2 replies] Last: Thank you for your answer. I changed the int main() and everything ... (by Polairis)
|
by lizardqueen
Memberwise assignment
|
|
[3 replies] Last: #include <iostream> #include <string> struct member { member( co... (by JLBorges)
|
by Hercules
Cannot write to file.
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <fstream> #include <cs... (by Hercules)
|
Validate |
|
[1 reply] : #include <iostream> #include <string> #include <regex> using namespa... (by Yanson)
|
by iluv41
"strstr" question
|
|
[no replies]
|
by sajis997
character array
|
|
[1 reply] : you mean like : std::string str1( *fs_souces[ N ] ); (by nvrmnd)
|
by phztfte1
LINE NUMBERS IN SOURCE CODE
|
|
[3 replies] Last: no problem! hope i can be of more assistance in the future :) (by Little Bobby Tables)
|
by abishek
Vigenere chiper
|
|
[no replies]
|
Header and .cpp Files issues :/ HELP |
|
[3 replies] Last: data.h #ifndef DATA_H #define DATA_H extern int arr ; void funct... (by nvrmnd)
|
by avbavbavb
value of the variable "historyLength" keeps changing
|
|
[no replies]
|
by Fisher Zhu
Get the average from ifstream of void function
|
|
[no replies]
|
by lizardqueen
Cartesian class
|
|
[6 replies] Last: Okay so I fixed that but now I'm getting this error In function `main... (by lizardqueen)
|
by aarjm123
error with getline() function.
|
|
[1 reply] : While I am not 100% sure, but, my guess is you need to flush out the b... (by kingkong200)
|
by phztfte1
USE OF CHAR STRING POINTER
|
|
[6 replies] Last: You can also use str directly for that: for (int i = 0, n = strlen(... (by long double main)
|
by taylorham19
Mean, median, and mode
|
|
[1 reply] : Create a program that prompts the user for ten integer numbers in any... (by kingkong200)
|
by bgmnk
Formatting
|
|
[1 reply] : No need to make a new thread, feel free to ask any questions you have ... (by Hippogriff)
|