by DragonOsman
overloading operator<< - help needed
|
|
[5 replies] Last: Yeah, never mind on that. I'm doing a drill right now that says to us... (by DragonOsman)
|
by Troaat
Inherit From 2 Common Inherits
|
|
[7 replies] Last: [quote=gunnerfunner]So it makes more sense for class sector to contain... (by TheIdeasMan)
|
by naham
simple guessing game
|
|
[2 replies] Last: i need code of this game (by naham)
|
by Obaro1
assist
|
|
[1 reply] : Can you write a console app to do the same thing ? if not can you do i... (by SamuelAdams)
|
by johnnyo
Need help with Class code.
|
|
[2 replies] Last: or use bitset operators (by shadder)
|
by TinyTertle
Identifying mathematical sets from input.
|
|
[3 replies] Last: OP: you could also have a struct Element for each element of the set w... (by gunnerfunner)
|
by nbro
When should value semantics be preferred over using smart pointers?
|
|
[2 replies] Last: Even with smart pointers, it's a mistake to just assume smart-pointers... (by mbozzi)
|
by kamal3310
Separate a string in two parts
|
|
[6 replies] Last: OK thanks for help (by kamal3310)
|
Palindrome Problem |
|
[4 replies] Last: You got it Thanks (by wawaluigi1234)
|
by GuitarMan
Undirected weighted graph matrix
|
|
[no replies]
|
by Favorii
Operator Overloading !!
|
|
[1 reply] : Yes you can. #include <iostream> // Use templates to redirect ... (by Peter87)
|
by kais2
to find a word in a string
|
|
[2 replies] Last: thanks :) now it's giving me the third word (by kais2)
|
by takaflaka
Exponents and Square Roots
|
|
[1 reply] : Firstly, you may need to clarify things a bit. The distance of M from... (by lastchance)
|
by Cnoob8
undefined reference to
|
|
[1 reply] : Could you provide the code snippet? You can't exactly pinpoint what's ... (by Golden Lizard)
|
by takaflaka
Finding a specific weekday
|
|
[5 replies] Last: edge6768 has the right idea. Need to accumulate leaps years but the ... (by closed account 48T7M4Gy)
|
Is this correct / Suggestions? |
|
[5 replies] Last: virtual ~Component() = 0 {}; //ยง10.4/2 a function declaration cann... (by gunnerfunner)
|
Pulling pieces from a string |
|
[1 reply] : If the sequences are in a file read that file character by character. ... (by edge6768)
|
by Lavaskin
Passing Structures to Arrays
|
|
[8 replies] Last: With your while do while switch, it's easier to put the switch in a lo... (by TheIdeasMan)
|
by kevinam99
C++ File handling help needed
|
|
[7 replies] Last: You might also try Coliru (This is @gunnerfunner's solution) :) http:/... (by mbozzi)
|
by slcsuda
How to use namespace in different files
|
|
[8 replies] Last: @doug4 The ability to inline variables was (will be) added in C++17: h... (by mbozzi)
|