Can someone please tell me what i am doing wrong. It will run but when it does they all say incorrect and 0%. |
|
[1 reply] : @detroit31312 Nowhere do I see you actually opening the file. You're ... (by whitenite1)
|
by opal1302
Help please
|
|
[3 replies] Last: A comment is any line in the program starting with // or, multiple lin... (by closed account 48T7M4Gy)
|
by lFoxiel
Simple c program help?
|
|
[1 reply] : What help do you need? BTW, Q1 talks about norecall, but your code sn... (by doug4)
|
by bozmin
private vector
|
|
[5 replies] Last: but i am having a crazy time trying to use it on a vector of class s... (by AbstractionAnon)
|
by PacR
Get time in milliseconds and check how much time has passed.
|
|
[11 replies] Last: Thank you for all of your help. From what i can see it looks like chr... (by PacR)
|
implepmention of pointer member in class |
|
[1 reply] : class Employee { private: std::string address; Pe... (by JLBorges)
|
by Janbananberg
Linked list and classes question
|
|
[4 replies] Last: Thanks alot coder777! :) will try it! (by Janbananberg)
|
by bozmin
impossible to access the private vector.
|
|
[7 replies] Last: Just change a few lines of code: public: Country(string name... (by coder777)
|
by valentine101
switch statement
|
|
[3 replies] Last: thank you, boost lexical cast and krako (by valentine101)
|
by lFoxiel
Do/While literation statement help- c programming
|
|
[4 replies] Last: Hi @all for 1) first attempt is ok, U can add : printf("\n"); aft... (by CptJY)
|
by Guy1988
Reading numbers from a file (1,2)
|
|
[23 replies] Last: Oh, right. Duh. I had initialized them in the beginning and I don't kn... (by Guy1988)
|
by LullaBelle
Am I missing something in my while loop?
|
|
[11 replies] Last: @LullaBelle You always start a new thread IF you are referring to a d... (by whitenite1)
|
Index |
|
[6 replies] Last: array =new I got it Thank U (by closed account 9ECjNwbp)
|
by jtkelty
Trapezoidal Rule in C
|
|
[6 replies] Last: There are multiple ways to calculate it. I tried a program with that e... (by jtkelty)
|
by G G G Babe
Finding Center point of a polygon using triangles' center
|
|
[1 reply] : Could you explain which center you are trying to compute? (There seems... (by keskiverto)
|
by Asingh105
applying a rule in c++
|
|
[3 replies] Last: You are declaring payment inside the loop, so every time you go throug... (by doug4)
|
by Faz777
Searching 2D Vector
|
|
[no replies]
|
by ajayk
Merging of sorted doubly linked list
|
|
[5 replies] Last: Maybe you need insert both of your nodes if both data values are equal... (by nuderobmonkey)
|
by Tarbal
Precision and rounding errors
|
|
[1 reply] : Using a library called Eigen seemed to do the trick. Here is the code ... (by Tarbal)
|
by hamzams25
Issue with printing code. Constant prints extra times
|
|
[1 reply] : MAX_STUDENT is the maximum capacity of the array. What you need is a... (by coder777)
|