Function Issue |
|
[3 replies] Last: The loop that prints the array elements is not correct. The first valu... (by Peter87)
|
cin with arrays and finding distinct elements |
|
[7 replies] Last: thanks everybody. (by griffingradke)
|
by kretze
problem with input fiel
|
|
[10 replies] Last: jlb thank you very very much like you said name was words.txt.txt...no... (by kretze)
|
by siten0308
Error on a simple string pointer
|
|
[3 replies] Last: You're welcome! Glad it helped. (by MikeyBoy)
|
by AL88
cannot convert bool to BOOL
|
|
[6 replies] Last: c++ is case aware. If you accidentally put string instead of String,... (by jonnin)
|
by wirelesskill
Help with loops
|
|
[3 replies] Last: Hello wirelesskill, You are welcome. I was working with your code an... (by Handy Andy)
|
by PhysicsIsFun
Vector iterator
|
|
[4 replies] Last: You're welcome. Glad it helped! (by MikeyBoy)
|
by Hex213
getcursorpos error
|
|
[5 replies] Last: I do not know what to add. Because getcursorpos is in the windows.h l... (by MikeyBoy)
|
by Musica
passing array as reference
|
|
[3 replies] Last: Passing it by reference as you do means you can't pass an array of 2 ... (by coder777)
|
by wirelesskill
Basic calendar output based on the day of the week entered
|
|
[4 replies] Last: Glad to know I was at least somewhat close haha I do get it now! Your... (by wirelesskill)
|
by CheesyForde1
Question on placing user input in a table.
|
|
[1 reply] : Hi cool code but there is a problem when if(quantity_sold>=price_br... (by saeidsj)
|
Map Deconstructor Memmory Error |
|
[1 reply] : Probably you're trying to call delete on an uninitialized pointer. Not... (by Ganado)
|
by Slee p
Multiplying the values in an array
|
|
[3 replies] Last: Thank you for both of your help. My code is working correctly now! (by Slee p)
|
by Satan
Big Rat
|
|
[3 replies] Last: @shamelessguy, as Ganado pointed out, you’d better check if argc > ... (by Enoizat)
|
Map bracket operator |
|
[1 reply] : Why do you want the operator to return the address of the item? I ass... (by Ganado)
|
Help with vending machine code |
|
[7 replies] Last: Hello MrLostProphet, Sorry I missed the last question. In simple ter... (by Handy Andy)
|
by Slasher320
Polybius Square Cipher Functions
|
|
[1 reply] : return ; I want to know why do you think that that does what you w... (by ne555)
|
by Cambalinho
what is wrong with these 'if' condition?
|
|
[14 replies] Last: thank you so much for all... thank you. what i have learned about C\C+... (by Cambalinho)
|
by Harperstu1
Remove extra spaces
|
|
[2 replies] Last: one way is to read word by word into a vector of words, and put the sp... (by jonnin)
|
by oterus
im stuck pls help
|
|
[1 reply] : Line 7 is illegal C++. You can't use a non-const variable as the size... (by MikeyBoy)
|