errors using default for switch statement c# |
|
[3 replies] Last: Ah, damn it. Thanks for the heads-up. -Albatross (by Albatross)
|
by mcgrim8
palindrome
|
|
[13 replies] Last: getline() in this form requires a string; variable answer is only a ... (by lastchance)
|
by Handy Andy
Help with ULAM
|
|
[2 replies] Last: [quote=Handy Andy]As a public variable you could just as easily used a... (by coder777)
|
by RicoJ
Postfix ++ Overloading
|
|
[3 replies] Last: Believe it or not, the place I have bookmarked for reference is Wikipe... (by Duthomhas)
|
by malugu
When stm32 is built based on firmware library version 3.5 project template, define problem in C/C++
|
|
[2 replies] Last: Those macros are all used to configure the library to work properly on... (by Duthomhas)
|
by KishoreG
I Have NO IDEA how this Line of Code Works
|
|
[8 replies] Last: Yes, you've cast the numeric value of the pointers into a type of inte... (by Niccolo)
|
by An Integer
Transfer of control bypasses initalization of variable with ifstream
|
|
[4 replies] Last: Thank you @dutch! That worked. I had no idea that one one could use ma... (by An Integer)
|
by kanken
Problems with high constraints
|
|
[6 replies] Last: It was probably the sore kanker. I like my "Reported" by some CC luse... (by salem c)
|
by Humpen
Question to structs and Memberinitialization
|
|
[2 replies] Last: Thanks for the link to the cpp-reference page. I now understand the co... (by Humpen)
|
by just4444
finding min number in array
|
|
[3 replies] Last: all good found solution i had to initialize my min and max value after... (by just4444)
|
by Carat1
FindWindow
|
|
[5 replies] Last: The difference(s) between, for example, FindWindow() , FindWindowA()... (by deleted account xyzzy)
|
Templates & Overloading |
|
[8 replies] Last: Albatross: Thank you for your reply. That was very informative. - ... (by PiggiesGoSqueal)
|
by Cjigsaw
color and background color
|
|
[6 replies] Last: Hello Cjigsaw, If you are like me, you have finished what you were wo... (by Handy Andy)
|
by azsxd
card game
|
|
[13 replies] Last: It's better to represent the suit and value as ... Best is what work... (by MikeStgt)
|
by lkdodd
Sort by Last Name
|
|
[3 replies] Last: Hello lkdodd, I do not know if using a character array is required or... (by Handy Andy)
|
by Jovanovic
initial value of reference to non-const must be an lvalue
|
|
[6 replies] Last: @MikeBoy I know they are important and thanks I will definitely learn ... (by Jovanovic)
|
by lkdodd
Reading from Binary File to Structure Array
|
|
[10 replies] Last: I have changed it so that instead of strings, I am using character arr... (by lkdodd)
|
by sosen88
Loading 3 lines using getline and cin(object prog., for, functions)
|
|
[3 replies] Last: Hello sosen88, What you would want is something like this: cout <<... (by Handy Andy)
|
by Ryan15
Loop to display ASCII characters
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; void patt... (by lastchance)
|
by lkdodd
Sorting an array of structures
|
|
[7 replies] Last: That worked! Thank you so much!!! Sorry again for before! (by lkdodd)
|