float to int |
|
[1 reply] : I suppose that you are not expected to take care of all the edge cases... (by JLBorges)
|
by Robin53
Blackjack game
|
|
[7 replies] Last: I humbly suggest adding a max to ALL enums you make. It helps in any ... (by jonnin)
|
by Fortem
Creating a Function
|
|
[2 replies] Last: I never thought of that. Thanks man you have my respect. (by Fortem)
|
by TORRES
need some help
|
|
[2 replies] Last: I'm showing materials in a list, what I want is to ask the user to ent... (by TORRES)
|
by Fortem
Multi Dimensional Arrays
|
|
[4 replies] Last: Yep, same thing with if statements. Compare: if (condition) in_... (by Ganado)
|
by ryan157
Error after compiling my lab
|
|
[2 replies] Last: Maybe read and do the things it tells you to. //To do: //Put ... (by salem c)
|
by wubbits
Cant understand why program ends
|
|
[4 replies] Last: Yes, but that line was just an example. You would also need to make th... (by Peter87)
|
by mysticcq
Trying to create a code of the game NIM
|
|
[2 replies] Last: I think I understand what I did wrong. Thank you so much! (by mysticcq)
|
by bkhuber99
How do I used a calculated value from one function as a variable for another function?
|
|
[2 replies] Last: Thank you so much. I got it to work now. (by bkhuber99)
|
function that tells if two strings are anagrams |
|
[9 replies] Last: and the bucket sort works both ways. you can compare all the elements... (by jonnin)
|
by gvillebrown
Generate a tic-tac toe board with a 2-D array
|
|
[5 replies] Last: if you want to get fancy you can draw ascii grid around the board to m... (by jonnin)
|
Using For loop to loop thru struct arrays |
|
[2 replies] Last: I can't make much sense of your code, but one of these ideas might hel... (by jonnin)
|
by necrophos
Error LNK2001
|
|
[2 replies] Last: Thank you so much! I am so grateful that you actually took your time t... (by necrophos)
|
by Harperstu1
Upper/lower case
|
|
[6 replies] Last: please use code tags unless its a 1-2 liner. <> on the formatter to t... (by jonnin)
|
by Bopaki
I finally got my doublyLinkedList program to work fine
|
|
[3 replies] Last: Thank you all. I found and fixed my problem (by Bopaki)
|
by goshko1
Any suggestion about how to make the program better?
|
|
[5 replies] Last: Hi, goshko1. Perhaps the problem is your code is mainly a C code and t... (by Enoizat)
|
by Gemmy94
File downloaded cannot run in Dev and Visual
|
|
[1 reply] : I expect because whatever source file you're downloading isn't a compl... (by Repeater)
|
by Wizrad
Sorting Vector and Modifying
|
|
[1 reply] : From the remark of line 180 you did actually implement option 5? (by coder777)
|
by sciman777
fstream won't write to file
|
|
[1 reply] : The data might be written only after an explicit flush or when the fil... (by coder777)
|
MONOPOLY |
|
[1 reply] : Though github is the biggest garbage dump in the universe, one can als... (by JLBorges)
|