by YAPAlex
Help with text files?
|
|
[2 replies] Last: Maybe we could start with some skeleton: open file a for read open fi... (by liuyang)
|
by tyee
help please begginer in cs 246, im having a hard time. needed asap. thank you
|
|
[2 replies] Last: A few basic constructs you may need: The 'for' loop to fill array and... (by liuyang)
|
Not sure what this question is asking me to program? |
|
[1 reply] : Okay, what you are doing on line 15 is setting the 50th element (which... (by Tom56785)
|
by FeZzi
Body Fate By Using Switch Statement
|
|
[2 replies] Last: switch(gender) { case'm': case'M': //your calculations you can just co... (by Hardisius)
|
by dvdbeedy
Dividing numbers using recursion
|
|
[no replies]
|
by jksdk4
Build errors are being thrown on class definitions
|
|
[3 replies] Last: Hi again, Some other things: Consider using a ctor initialiser list.... (by TheIdeasMan)
|
by nebula190
Function call problem
|
|
[2 replies] Last: Thank you very much! (by nebula190)
|
by victor9810
Arrays and Functions
|
|
[3 replies] Last: By returning the array I meant returning the pointer to the array. I e... (by Sweats)
|
by GGWPBOT
Code error
|
|
[2 replies] Last: Thank you so much (by GGWPBOT)
|
by Andym
if, and, or.......uh...?
|
|
[18 replies] Last: You go get your own thread Douas. the typical yank response, interferi... (by closed account 48T7M4Gy)
|
by foamrule
Reading my file's .exe
|
|
[3 replies] Last: It's ASCII characters not ASCII letters. ASCII characters is : 0~127 (by hdj)
|
HOW DO I ADD COIN VALUES?!? |
|
[1 reply] : total = (pennies + (nickles * 5) + (dimes * 10) + (quarters * 25)) / ... (by closed account E0p9LyTq)
|
Starting in C++ Programming (Sine,Cosine) |
|
[3 replies] Last: Solved (by bananasamurai)
|
by jethko
Parts of code being skipped
|
|
[4 replies] Last: Oh wow that's much better :D oh okay. That makes sense :) okay sweet... (by jethko)
|
by Panda187
Help with Switch & Calculation Sets
|
|
[3 replies] Last: Sorry but I am trying to do it using switch, I hate that I have to tho... (by Panda187)
|
by praskaton
Please help on my homework
|
|
[6 replies] Last: I think I still don't understand your question. where are global vari... (by dhayden)
|
by dvdbeedy
Division using Recursion
|
|
[1 reply] : Remember that division is just repeated subtraction . I'm going to m... (by Duthomhas)
|
by BAtanasov
Help with homework =/
|
|
[7 replies] Last: As I interpreted your OP, x and y can be any points on a Cartesian gri... (by AbstractionAnon)
|
by lopdisxis
Need some changes with function (C++)
|
|
[1 reply] : Quite possibly line 55 should be: while (opcion == 1){ (by Norm Gunderson)
|
by giwrgosws
expected ';' before ')'
|
|
[1 reply] : printf("mikroteri %d\n"), smallest); Too many ) in this statement.... (by Norm Gunderson)
|