by e0ne199
how to copy between vector <string>
|
|
[5 replies] Last: looks like i have found my own solution for this problem :) ......... (by e0ne199)
|
by amanyasin
Generating all possible combinations of a vector elements.
|
|
[7 replies] Last: [quote=greenleaf800073]Actually, Code::Blocks hosts is capable of i... (by cire)
|
by brk7894
Help with inflation calculator
|
|
[1 reply] : add this loop int main() { blah blah blah... int years = ... (by greenleaf800073)
|
by LB
Why I love C++11
|
|
[2 replies] Last: The (int x, int y)->int { return x*y; } is the lambda expression/an... (by LB)
|
by knowNothing
Enable Compiler Options?
|
|
[3 replies] Last: I did not just get... (by greenleaf800073)
|
by LB
Auto-generate function from typedef
|
|
[no replies]
|
by PurpleKush
cryptopp561 InvalidCiphertext
|
|
[no replies]
|
Can someone explain a for loop to me? |
|
[5 replies] Last: for (i=1,i<=num;i++) This doesn't work. A for-loop looks like this:... (by closed account j2NvC542)
|
by jajang
Hi I need some help with error C4430
|
|
[no replies]
|
by dundun12
Need some help with Class Average Calculator
|
|
[no replies]
|
by TaytayB
Overloaded Arithmetic Operations on fractions
|
|
[no replies]
|
by altaird
comparing two data files
|
|
[1 reply] : You could store the current line number in a int variable. If you read... (by Peter87)
|
by Sibendu Dey
String reference
|
|
[1 reply] : string s=(char)i; This doesn't work because std::string doesn't have... (by Peter87)
|
How would I make this into a while loop? |
|
[4 replies] Last: Thanks Elidor:)!! (by closed account 4wRjE3v7)
|
by racefreak
While loop not working?
|
|
[5 replies] Last: OK, I changed it so that it only uses acquire and releas screen twice,... (by racefreak)
|
by nikita 19
pointers
|
|
[6 replies] Last: @vlad from moscow And so I learn something new! Subtraction of two po... (by Thumper)
|
by Catfish3
Does pubsetbuf() ever return nullptr?
|
|
[1 reply] : C++11 ยง27.6.3.2.2 basic_streambuf<char_type,traits>* pubsetbuf(c... (by Peter87)
|
Isomers of alkanes |
|
[2 replies] Last: you also used "void main" and goto This is why: http://www.cplusplus... (by eklavya sharma 2)
|
by raaj5671
cout is ambigious help pls
|
|
[10 replies] Last: Okay, a few things. Firstly, you define a constructor twice (which sh... (by Thumper)
|
by Amit Mistry
dynamic memory errors
|
|
[1 reply] : You're not creating any dynamic memory here. 'str' is always just a p... (by plexus)
|