by aedt
unique_ptr<T>* question
|
|
[1 reply] : &data = &new_data &data is the address of the unique_pointer. You... (by Repeater)
|
by zzQwerty
Checking if two strings are mirror of each other
|
|
[3 replies] Last: Thank you for the help! (by zzQwerty)
|
Bad Output |
|
[6 replies] Last: Thanks. My class doesn't really do std::stream manipulator anyways. (by leewilliam236)
|
Hollow Triangle |
|
[1 reply] : //Create triangle shape based on inputs for(i = 0; i < base; i++)... (by closed account 48T7M4Gy)
|
by Lado
Read a string into array ?
|
|
[1 reply] : Hello Lado, Good question. If I know what you have done and what you ... (by Handy Andy)
|
by soby96
Alternative to if else?
|
|
[2 replies] Last: Thank you very much! (by soby96)
|
by ThotBot
Help with code
|
|
[no replies]
|
Average Calculating Wrong in the Loop |
|
[1 reply] : I actually got the average working now, but am still having trouble wi... (by scoutlikescookies)
|
by chuvak
Program is not entering the loop as expected
|
|
[4 replies] Last: Your question is too vague to answer. Can you be more specific which l... (by ak8912351)
|
by loganc123
Basic File I/O Question
|
|
[1 reply] : Remember that when using the extraction operator>> extraction stops wh... (by jlb)
|
by Ch1156
Help with inheritance and virtual functions
|
|
[8 replies] Last: So could you show me a full working example of what you think is the ... (by Enoizat)
|
by chuvak
Access violation
|
|
[11 replies] Last: "" == nameString Here, you are comparing a pointer to a pointer. Yo... (by Repeater)
|
by Sentoo
Better Random Number
|
|
[4 replies] Last: Sorry about that. I'm gonna edit it so it compiles. Thanks for pointin... (by Sentoo)
|
First program |
|
[8 replies] Last: edit: I just realized POS is just position, but you have other places ... (by jonnin)
|
by iceman870
loop
|
|
[5 replies] Last: So inside the loop, get a number from the user. You already wrote code... (by Repeater)
|
by soby96
printing "no solution" when the value is not in the loop.
|
|
[6 replies] Last: It's better to declare variables only when you really need them. #i... (by Enoizat)
|
by donda97
Display Problem
|
|
[3 replies] Last: Hello donda97, You are welcome. If you have your answer put a green ... (by Handy Andy)
|
by spartannn
Input negative integer
|
|
[1 reply] : type -1 without a space between - and 1 (by closed account 48T7M4Gy)
|
by Altis
Number guessing loop
|
|
[7 replies] Last: Lot's of small things to consider. #include <stdio.h> #include <stdl... (by closed account 48T7M4Gy)
|
by marqual123
Code Error Help
|
|
[6 replies] Last: Your program runs with the following output: unique item: bread fork... (by closed account 48T7M4Gy)
|