by Yakko
Problem with while loop
|
|
[2 replies] Last: This is what I did also.:) (by accessprogram)
|
Searching a dict file for words with certain #of vowels, consonants and first letter |
|
[2 replies] Last: Thank you very much, that got it working :) I knew I needed to reset ... (by Matt Dougherty)
|
by Diana Magers
To many results just need one
|
|
[7 replies] Last: vlad from moscow shows some very practical(but advanced) code. I thin... (by Need4Sleep)
|
by magadavixt
switch statement clarification/error
|
|
[5 replies] Last: ne555 , i thought the cases cant be letters, but have to be a number/c... (by magadavixt)
|
by westbrook
"Or" Conditional
|
|
[3 replies] Last: You use or (really) (by ne555)
|
Fibonacci Generator Won't Compile |
|
[1 reply] : In general compilers tell you what was the error. By instance gcc give... (by ne555)
|
by pausmile
I can not for the life of me get this to run right...
|
|
[7 replies] Last: omg, thanks a lot everyone. You were more help than my professor was.... (by pausmile)
|
by isoto4705
Creating a circle
|
|
[8 replies] Last: Thank you for your time on explaining this in more detail. I now have... (by isoto4705)
|
Need help c++ assignment: Game of Life |
|
[4 replies] Last: Here my new code: #include <iostream> #include <string> #include <f... (by bhwdragon2012)
|
by adn258
Pointers Within Data Structures ??
|
|
[13 replies] Last: Yes. In general, what you new , you should delete .... (by Zhuge)
|
Array return in a function |
|
[4 replies] Last: thanks, we're just supposed to used arrays though-i ended up making a ... (by shocklightning)
|