by Unicepter
How to count am,is,are (to be) from a text file?
|
|
[2 replies] Last: Something like this? #include <fstream> #include <iostream> #include... (by cire)
|
by Beginner1551
Finding a number in an array
|
|
[2 replies] Last: Thank you! I fixed it already. (by Beginner1551)
|
by keanedawg
Throwing an exception that isn't caught.
|
|
[1 reply] : That break/continue popup means Visual Studio encountered an unhandled... (by AbstractionAnon)
|
by xcleonardo
Run this for me please
|
|
[2 replies] Last: Thanks (by xcleonardo)
|
by dvarona1
Triangle Project (Using Functions and Arrays)
|
|
[3 replies] Last: Those two functions are expecting a consts. So you can send them const... (by mpacker)
|
by dmc
"using", protected constructors and initializer_list
|
|
[2 replies] Last: Many thanks for the reply. dmc (by dmc)
|
by DrJones
insert a small matrix into a bigger matrix
|
|
[2 replies] Last: so no way to do it using copy.. or insert? (by DrJones)
|
by dracula1012
encode mess
|
|
[3 replies] Last: #include <iostream> #include <bitset> #include <limits> int main() {... (by JLBorges)
|
by espionage1
Array for loops
|
|
[16 replies] Last: Do you have to remove your initial post?, other people may find this u... (by TarikNeaj)
|
by soniya
Max and MIn values
|
|
[2 replies] Last: The last line is wrong for several reasons. Since division has higher ... (by dhayden)
|
by Mor1994
Linked List C++
|
|
[2 replies] Last: The easiest thing is to just use std::list<>. If you really want to c... (by dhayden)
|
by mhurt
Assign letter grades with array
|
|
[3 replies] Last: Thank you whitenite and Thomas for all your help. Whitenite I was actu... (by mhurt)
|
by quark42
Using another header for conio.h
|
|
[3 replies] Last: I do not know what I should use instead of getch() and putch(). All m... (by jlb)
|
by jekaterina
Input at most 4 words
|
|
[1 reply] : Use std::string instead of char You are making the code a bit too... (by kevinkjt2000)
|
by WareStrength
Multidimensional array of pointers to a function
|
|
[3 replies] Last: As I said above, [quote=chervil]When passing an array to a function, ... (by Chervil)
|
by leeli0830
Overloading operators
|
|
[15 replies] Last: #include <iostream> #include <string> #include <set> using namespace... (by closed account 48T7M4Gy)
|
by Symphoneee
Finding highest and lowest values in a string
|
|
[3 replies] Last: True, you need to count how many numbers the user enters. (by DDomjosa)
|
by jekaterina
expression must have class type
|
|
[3 replies] Last: Hi, Are you going to consider having the separate header and cpp file... (by TheIdeasMan)
|
by jamzcox
3 equations but C++ code is not executing
|
|
[5 replies] Last: Wow 4 replies. Thanks for all the thorough responses. Mr Impact, I w... (by jamzcox)
|
by ebucna
overloading operator
|
|
[2 replies] Last: so obvious thanks (by ebucna)
|