by nanniie
Decrement Element and union of set
|
|
[1 reply] : How I can implement union function? Create a new set. Add all the e... (by Peter87)
|
by RIZWAN AHMED
How to auto save Excel file
|
|
[4 replies] Last: //this is my full code #undef _UNICODE #undef UNICODE #include <iostr... (by RIZWAN AHMED)
|
Varying variable names? |
|
[1 reply] : Yes, it's called array and looks like so: string str ; // definition... (by coder777)
|
by Ilithiya
What is wrong with my for loop in trying to store words from a file into an array?
|
|
[4 replies] Last: Yeh, I said that too in my reply to a previous thread about this same ... (by soranz)
|
by zeller000
0.01 does not equal 0.01???
|
|
[2 replies] Last: Thank you for the quick response, that helps a lot. (by zeller000)
|
by vwillto
help me please
|
|
[1 reply] : There's no C++ code there except for cin and cout and the use of n... (by AbstractionAnon)
|
by mika23
stack is not working
|
|
[1 reply] : You should probably start with code that compiles. It's not clear whe... (by kbw)
|
by h3lpm3p1z
Dog Population Program Assistance Needed
|
|
[1 reply] : use code tags please, it makes things a lot easier to read (by Need4Sleep)
|
by sbgreen6592
Mean
|
|
[9 replies] Last: I agree that the function MeanFromRange will force the users hand in ... (by closed account o1vk4iN6)
|
Char* to Char array |
|
[3 replies] Last: Null character is '\0'. '\n' is the newline character. (by firedraco)
|
Need Help printing out results in order |
|
[3 replies] Last: Well what youre prolly going to have to do is set up a nested for loop... (by slider57)
|
by pranava
Assigning values to union C++
|
|
[7 replies] Last: Thanks JLBorges that did help. -P (by pranava)
|
by syazwan
i want to know if my coding is true or not..
|
|
[2 replies] Last: as peter said.. or you can use char * with getline() to read a whole l... (by sigmablack)
|
by Need4Sleep
Abstract base class help
|
|
[1 reply] : Abc * Obj(4,3); You are initializing a pointer here and it is an ... (by closed account o1vk4iN6)
|
by xantavis
Recognise a word inside a string (1,2)
|
|
[29 replies] Last: Bare in mind that: 1. Since you're no longer doing it in a loop, it wi... (by chrisname)
|
by Judison
Please check my code to count the numbers of neighbours of a cell in an array
|
|
[3 replies] Last: It was error prone, consider using a loop instead. I don't understand... (by ne555)
|
by macs
problems in fn
|
|
[2 replies] Last: To prevent the usual error when the number of factorials exceeds the a... (by vlad from moscow)
|
by P12
How do i check if a string is in uppercase ?
|
|
[7 replies] Last: oke thanks. i'll do (by P12)
|
by tasnim
pb while opening and reading two txt files consecutively
|
|
[7 replies] Last: Then that means it could'n open the filepath you specified (we can tal... (by bartoli)
|
by Joshrel
character Occurance and vowel find
|
|
[no replies]
|