by clbj
calculate molecular weight
|
|
[11 replies] Last: #include <iostream> #include <fstream> #include <iomanip> #include <c... (by lastchance)
|
by dean
[Macro] Token concatenation operator ##
|
|
[2 replies] Last: ok, so the ## is not required in this case, i.e. : #define PROFILER(... (by dean)
|
by Dylan 256
Trouble with Arrays
|
|
[5 replies] Last: You are working with two different data types for each student record,... (by closed account E0p9LyTq)
|
by zapshe
Using string with advantages of regular cin?
|
|
[10 replies] Last: This calculator was just something I made so that every time I learned... (by zapshe)
|
Concatenate Multiple "char*"s |
|
[6 replies] Last: I example I quoted above, where a container has a number of homogeneo... (by TheIdeasMan)
|
by awong918
"error: no matching function for call to 'Dog::Dog(const char [4], const char [5])"
|
|
[2 replies] Last: Line60: The class Dog does not have an appropriate constructor. You... (by coder777)
|
by zapshe
std::string::npos ??
|
|
[2 replies] Last: Ah! i see now, that makes perfect sense. The value of npos IS the high... (by zapshe)
|
iterate through a vector of strings |
|
[1 reply] : Hi, A few things: The for loop needs to be outside the loop that col... (by TheIdeasMan)
|
by Theroarx
Help with OOP
|
|
[3 replies] Last: No worries, pleased to help :+) There are quite a few very experienc... (by TheIdeasMan)
|
by milesr
trouble with my char values
|
|
[3 replies] Last: Hi trying changing this: if (gender != toupper(m) && gender != tou... (by TheIdeasMan)
|
by garza07
Loop, and display of table for degrees
|
|
[3 replies] Last: No need to have a temp variable in your function, you can simply retur... (by closed account E0p9LyTq)
|
by dpeasey
Multiple Inputs
|
|
[3 replies] Last: Let me know what you think of the program that I made for you. In reg... (by ratfus)
|
by noshkren
Program doesn't work correctly.
|
|
[3 replies] Last: Alright I got it working. Thank you. It's my first time using this sit... (by noshkren)
|
by ratfus
Pointer program keeps crashing
|
|
[6 replies] Last: PLEASE, learn to use code tags, it makes reading your source MUCH easi... (by closed account E0p9LyTq)
|
by Databend
Vectors problem
|
|
[2 replies] Last: Thanks, this works just how I wanted it to. (by Databend)
|
by ddaniel10
binary search comparison
|
|
[5 replies] Last: Have you run the program with your debugger? Set a breakpoint before t... (by jlb)
|
by kikiyox77
Overloaded operators and Copy constructor
|
|
[1 reply] : This is the Main.cpp (These are just testing cases.I am not allowed t... (by kikiyox77)
|
Array Loop Question |
|
[2 replies] Last: Those make sense. I will try revising my code with these to see if it ... (by Cryptic HyRulian)
|
by Severplay
Pass a .txt File Into a Vector
|
|
[4 replies] Last: I'm glad it works OK. Now I look at it more carefully, you do need t... (by lastchance)
|
by piotrowskid
For Loop Initiation
|
|
[2 replies] Last: Hello piotrowskid, Initializing 2 variables in a loop is explained the... (by mycuser)
|