|
by snailtier
Sorting via pointers
|
|
|
|
[7 replies] Last: Note that the x, y, and temp on lines 6, 7, 8 are unused and can be de... (by Zhuge)
|
|
by tripke
Loops?
|
|
|
|
[18 replies] Last: ok (by cyberdude)
|
|
by jsmith1
Returning the largest value
|
|
|
|
[2 replies] Last: You're doing great, keep studying. some clues to make it work better:... (by Marcos Modenesi)
|
|
by mizztrixi333
Functions: User Chosen File, Word Count w/ missing Main Function
|
|
|
|
[14 replies] Last: So, since the return will be an integer, then I should use int as my ... (by mizztrixi333)
|
|
by kyranstar
Beginning game classes
|
|
|
|
[13 replies] Last: Ah, thanks! :) (by kyranstar)
|
| I am having issues with my greatest common denominator function in my code. |
|
|
|
[1 reply] : Your GCD function is flawed. If you were to input 9/12, first it would... (by Ispil)
|
|
by Popanu
Call-By-Reference and Value Function
|
|
|
|
[6 replies] Last: Fixed! #include <iostream> using namespace std; int fun1(int& x); ... (by Popanu)
|
|
by TaytayB
Bitwise Query
|
|
|
|
[2 replies] Last: I did fix it: unsigned char mask = (int)1; int byte = index/BITS_P... (by TaytayB)
|
| Dynamic Memory Management Within A Class |
|
|
|
[3 replies] Last: You are redeclaring your array in the constructor. (by IceThatJaw)
|
|
by axtyax
Allegro c++ segmentation fault!!!
|
|
|
|
[1 reply] : Instead of trying to link the sources files directly, use a header fil... (by Daleth)
|
|
by TaytayB
Overload operator= issue
|
|
|
|
[5 replies] Last: ne555: You are correct. Here is the fixed code: BitArray::BitArray... (by TaytayB)
|
|
by Hashimatsu
Allocate array dimension
|
|
|
|
[2 replies] Last: Oh..... Thanks! NOW I feel stupid. :) Always the smallest mistakes th... (by Hashimatsu)
|
|
by Alban Gashi
C++ Project
|
|
|
|
[2 replies] Last: thank you very much than i have to start now i have 2 weeks time (by Alban Gashi)
|
|
by tlang07uky
Dijkstra's Algorithm Assignment
|
|
|
|
[6 replies] Last: I have the exact same assignment due tonight! cs315 Tuesday/Thursday w... (by EEN421)
|
|
by natekelsey
Using Custom vector template to change existing project from using arrays to vectors
|
|
|
|
[4 replies] Last: template<class T> T MyVector<T>::at( unsigned n ) const { if(n < v... (by cire)
|
|
by snailtier
strstr function help?
|
|
|
|
[1 reply] : I changed your code a little bit though I would have implemented this ... (by kinley)
|
|
by Ravenshade
As a learner should I use an IDE? (1,2,3,4)
|
|
|
|
[74 replies] Last: The trolling is obvious now; the "Scientific Method" is not "trial and... (by L B)
|
|
by billywilliam
assert causing break
|
|
|
|
[7 replies] Last: Since you're using getline() you will always have the end of string ch... (by jlb)
|
|
by Maissa
is not a member
|
|
|
|
[3 replies] Last: #include<iostream.h> #include<string.h> #include<conio.h> class cust... (by Maissa)
|
|
by Tiger32
Set up Login
|
|
|
|
[1 reply] : I think you would get help if it wasn't for how hard it is to read you... (by Austin J)
|