by jon smith
I am having trouble calling a slope function in my code.
|
|
[5 replies] Last: hey just kidding, i had my lines mixed up. it works perfectly, thanks ... (by jon smith)
|
by NSA
Urgent help needed!
|
|
[12 replies] Last: #include <iostream> #include <fstream> //#include <climits> #include ... (by JLBorges)
|
by Graeme Hart
Custom Vector Implementation
|
|
[16 replies] Last: Oh, that worked. Toldja I'm not very good at this. Well that problem t... (by Graeme Hart)
|
by dancks
code implementation of a break point doesn't work in bigger file?
|
|
[4 replies] Last: I'd rather not post another thread, looking at that function, would th... (by dancks)
|
by Karpl
Unable to see problems with my code
|
|
[11 replies] Last: I've already show you how to code `getJudgeData()' The prototypes in ... (by ne555)
|
by ChaiTLotA
C++ Assignment (Loops)
|
|
[1 reply] : My favorite for(int x = 0; x < num; x++) { //body } (by GRex2595)
|
by Brooklyn
help tracing a vector
|
|
[1 reply] : vA.push_back(2); = [adding 2 to the end that would give us 1 1 1 2 ... (by Brooklyn)
|
by bubbles6310
creating blank lines!! HELP
|
|
[2 replies] Last: //newLines.cpp //Output new lines. #include <iostream> using namesp... (by eyenrique)
|
by Wharrap
Functions and call by reference
|
|
[no replies]
|
if else statement trouble |
|
[9 replies] Last: Are you serious?!?!?!?!?!?! I just copy and pasted what I had here int... (by sitesurfer253)
|
by sof0707
please help getting a game to go from end to the start again using while loops,boolean
|
|
[4 replies] Last: It looks as if you're missing a " on line 121. (by xismn)
|
by Wharrap
Please help me with this problem!
|
|
[11 replies] Last: Ok this is my code so far. #include<iostream> using namespace std; ... (by Wharrap)
|
by djvk2013
Reverse programming!
|
|
[3 replies] Last: Alright at least you broke it down: int num_widgets=0; printf("How m... (by dancks)
|
by hellcoder
Vecor
|
|
[2 replies] Last: ^ but there is < sign not a <= sign in array ? is it the same in vecto... (by hellcoder)
|
by mikey108
help fixing small error!
|
|
[3 replies] Last: missing semicolon line 17 else m = (y2-y1)/(x2-x1); line 19 b = y1-... (by Chriscpp)
|
Stop the infinite loop without terminating the program |
|
[7 replies] Last: AH! Thanks! It works now. (by Hedgehog Ninja)
|
by petersrolo
How to implement OOP
|
|
[1 reply] : You probably want one for the gameboard and one for each player. You'... (by GRex2595)
|
by dennyblanco
Displaying a table computing compound CD value ?
|
|
[2 replies] Last: Well that much I know, but how do I code it so that the value actually... (by dennyblanco)
|
by Malaxiz
Why does screen have a value of NULL, when it has a value?
|
|
[2 replies] Last: You know what, I accidently put a semicolon after the if state. The co... (by Malaxiz)
|
by Ltp
Linked_List
|
|
[1 reply] : Your code has a problem. You do create 10 nodes, but you point to onl... (by keskiverto)
|