by Moobman
Wide strings and normal strings
|
|
[1 reply] : I tried some stuff, removing one error after the other and achieved a ... (by Moobman)
|
by Lindsey2525
Totaling
|
|
[2 replies] Last: Works like a charm. Thanks! (by Lindsey2525)
|
by Leedah8
Sorting cards with text descriptions (1,2)
|
|
[36 replies] Last: Thank you very much! I was going to ask you what lines 99-102 were doi... (by Leedah8)
|
by itfreakas
Recursion
|
|
[3 replies] Last: Thank You! (by itfreakas)
|
by pinceminga
Début
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { cout << "... (by tpb)
|
by jpoindexter
PLEASE HELP ME!!! need direction on how to start
|
|
[2 replies] Last: There's nothing about forcing words to intersect, so just generate the... (by icy1)
|
Logic Error? Swapping First And Last Elements and so on.... |
|
[8 replies] Last: Oh God Guys! The Amount of knowledge or things I got cleared up with h... (by akshatmahajan3112)
|
by fivestar
Delelte Nodes
|
|
[3 replies] Last: @fivestar -- Node should be something fairly simple; just a tiny struc... (by icy1)
|
by ad4ms3
(rand() % 100 + 1)
|
|
[3 replies] Last: while you are learning, look at replacing rand (a bit of a relic from ... (by jonnin)
|
by WalterCC
Which one is Curent and Previous number ?
|
|
[7 replies] Last: thanks a lot man...Wish you best. I start doing this for serious...til... (by WalterCC)
|
by waschbaer
Can std::promise have multiple values?
|
|
[2 replies] Last: std::pair<int,int> will probably be enough (by icy1)
|
by mrphilipp7
reading from a .txt
|
|
[10 replies] Last: Sounds like your file is not being opened correctly. You should alway... (by Ganado)
|
by jackyzero
guys , pls help me , error : "else" without previous "if"
|
|
[3 replies] Last: Dont put semicolon ";" on <if( f < 0)> You put it with semicolon";"..... (by WalterCC)
|
by flexy
cryptogear encryption algorithm
|
|
[3 replies] Last: thanks alot guys it was the header youre right :) thanks i appreciate ... (by flexy)
|
by poohbear
class and objects pls help
|
|
[1 reply] : You should look in your textbook and learn about they syntax of classe... (by Thomas1965)
|
by enrikm84
Palindrome
|
|
[10 replies] Last: I would like to thank you all for the help. Here was my final code: ... (by enrikm84)
|
by LmaverickD
Displaying the first 10 words from txt file
|
|
[3 replies] Last: Hello luiz5z, Either from the keyboard when the file name is entered ... (by Handy Andy)
|
by adlice8700
i have to build a program to cacluate the weighted percent.
|
|
[1 reply] : You have a problem with integer division. If you divide two integers ... (by lastchance)
|
by lm34
Password verification help.
|
|
[1 reply] : You never change hasLower, hasUpper, hasDigit and specialChar inside t... (by Peter87)
|
by Glaucous
Add extra value into vector element
|
|
[18 replies] Last: Let’s say I have 1000 image, then I will also create 1000 class ? ... (by Thomas1965)
|