by roryn1
Creating a program that takes the weight of a class and turns it into one grade using arrays.
|
|
[no replies]
|
by magadavixt
array help; inputting into array
|
|
[4 replies] Last: Just basically returning variable from function storing it into the ar... (by Subzero030201)
|
Calling a Function |
|
[12 replies] Last: yeah already got that and fixed it (by Timothy Palmer)
|
Program Calculates Cumulative GPA |
|
[no replies]
|
by inleemind
Only Read Numbers in a string
|
|
[2 replies] Last: It looks like its working, just print out the value of inputval. num ... (by histrungalot)
|
by AggieKyle
non-lvalue in assignment?? WTF?
|
|
[3 replies] Last: An L-Value (Left-Value) is an operand* that can appear on both the lef... (by closed account zb0S216C)
|
by MMhawk607
Static Methods and Data Members?
|
|
[3 replies] Last: I got it, thanks. (by MMhawk607)
|
by Algar32
Beginner array question?
|
|
[2 replies] Last: Thanks! (by Algar32)
|
by somenewfool
Help with a little calculator program :/
|
|
[9 replies] Last: // In the includes: #include <math.h> // Then use cout << pow(2,5); ... (by S G H)
|
Stuck! (1,2) |
|
[38 replies] Last: Haha I figured it out before you even said it! Also check your PM's E... (by closed account G854izwU)
|
by Glenda Hayes
no match for 'operator>>' in 'std::cin >> part' and idk what im doing wrong plz help due tommrrow
|
|
[14 replies] Last: just took taht out i dont even need it. I'm not even using k anymore. (by Glenda Hayes)
|
Char character positions. |
|
[3 replies] Last: I bet you didn't understand what i tried to explain you, Lol. Oh, well... (by S G H)
|
by ppcandy
how to creat a set of data output file ?
|
|
[3 replies] Last: based on binarybob350's help, I modify something so that I can have on... (by ppcandy)
|
by Legjendat
Where should I put the semi-colons, I don't understand it.
|
|
[4 replies] Last: I understand it now, TYVM for your help, I shall try to clear out the ... (by Legjendat)
|
by Stewbond
Pyramid sums, increasing effeciency
|
|
[3 replies] Last: As for that, I'd start at the bottom. (by Athar)
|
Getting character from console at a specific position |
|
[7 replies] Last: Anyways the function should be: short CursorPosition_x, CursorPositi... (by S G H)
|
by Emmanuel11
My first ever program written in an IDE and 2 issues
|
|
[3 replies] Last: Thanks guys for your prompt response. Actually b>0 was why i used the ... (by Emmanuel11)
|
by aWolfix
Please help
|
|
[1 reply] : Hey mate couple of things I noticed, firstly not sure if this is an is... (by wizzmitch)
|
by TruYadoo
Opening/creating files
|
|
[6 replies] Last: *Program starts* cout << "program loading..." << endl; c... (by TruYadoo)
|
by Shifty89
Memory used by programmes
|
|
[3 replies] Last: reserving memory for 300000 integer in runtime it leak the memory t... (by naqib)
|