by m0bb1n
Health bar/Damage system
|
|
[5 replies] Last: No worries, I didn't catch it at first either. Keep up the zombie stuf... (by wizebin)
|
by bool maybe
reading from a file, easy question?
|
|
[2 replies] Last: Thank you ^^ (by bool maybe)
|
by C add add
integer pointer inside function
|
|
[1 reply] : #include <stdio.h> #include <stdlib.h> char myfunction(int *a); int... (by cire)
|
by leashbomb69
help with dynamic array
|
|
[1 reply] : container& operator=(const container &rhs); Make sure the function ... (by TarikNeaj)
|
Program that computes tax and tip on a restaurant bill |
|
[1 reply] : Do something like this. float total_StateCost; // variable for tot... (by m0bb1n)
|
by BiscuitDuke
Printing Elements of 3D Array of pointers
|
|
[no replies]
|
by cher1201
Logical Error with input function
|
|
[no replies]
|
by suroh
Issue with a school project, while loop!
|
|
[2 replies] Last: Yeah it looks i was really over complicating it thank you for the help... (by suroh)
|
by WPSPIKER
Help same issue several programs
|
|
[4 replies] Last: PNOID: thanks that seems to be it for the simple CIN not looping righ... (by WPSPIKER)
|
by rorschach14
Throwing exceptions
|
|
[6 replies] Last: I don't know what baseException is, but the following code throws and ... (by Moschops)
|
by m0bb1n
Segmentation fault (Core dumped) error
|
|
[2 replies] Last: Yeah I just realized that. Forgot that it starts from 0. Thanks! (by m0bb1n)
|
by nenko182
Searching and printing from a text file
|
|
[1 reply] : You could use a stringstream to parse the line into fields. (In this ... (by Chervil)
|
by armando2
CoCaCola Machine
|
|
[1 reply] : Looks great! I'm super new as well, you are even a little more experie... (by Aurori)
|
by stealthboy
Taylor series
|
|
[5 replies] Last: Maybe replace line 34: << setw(8) << mySine with: ... (by Chervil)
|
by Atrain
Hailstone sequence
|
|
[15 replies] Last: also, circular reasoning is as follows: Circular reasoning (Latin: ci... (by RUNNER PRO AGARIO)
|
by stealthboy
Displaying outputs in a table
|
|
[1 reply] : and I do not know how to do this You may want to look into using the... (by jlb)
|
by kidd2100
Beginning to learn Object creation
|
|
[2 replies] Last: Well I figured out a way to do it. It works for the program. just not ... (by kidd2100)
|
by m0bb1n
Console prints out blank screen for combat scenario
|
|
[2 replies] Last: Thank you so much! whitenite1 +1 (by m0bb1n)
|
by m0bb1n
Returning variables from different function
|
|
[2 replies] Last: Thank you very much! (by m0bb1n)
|
by Yuno333
Little help with my first steps (text input and public/private)
|
|
[3 replies] Last: Oh! I see my mistake. Thank you guys very much. (by Yuno333)
|