by spax1111111
Snake game!!!
|
|
[2 replies] Last: I just briefly looked your suggestions but definitely the rows 103-112... (by spax1111111)
|
by esokoletsky
Even/Odd help
|
|
[15 replies] Last: Hah, this after my epic doh post above, where I mangled it beyond reco... (by jonnin)
|
by techjohnny
feedback for ADT Sort Linked List
|
|
[2 replies] Last: SortLabListP.cpp: line 12: last is uninitialized. Lines 19 & 23: su... (by dhayden)
|
by fx11
namespace question
|
|
[6 replies] Last: I think I see. Thanks. #include <iostream> using namespace std; in... (by fx11)
|
by crabtown414
Issue with Xcode product output as document instead of Unix Executable
|
|
[no replies]
|
by esokoletsky
Change for, into While loop
|
|
[3 replies] Last: int p = 10;//initialize outside while loop while (p >=0) { ... (by gunnerfunner)
|
by esokoletsky
Simple function header
|
|
[1 reply] : you have been given the function name: PrintIt , the return type: I... (by gunnerfunner)
|
by silver11235
Struct and finding sum and average
|
|
[2 replies] Last: Thank you so much, I was thinking I did it wrong in arithmetic but I d... (by silver11235)
|
by ketanco
Multidimensional array
|
|
[2 replies] Last: Depends. It is likely that the 100x100x100 will not fit in your cpu c... (by jonnin)
|
by sunjinsak
Help with inheritance, derived classes and their functions
|
|
[6 replies] Last: Ouch... that makes my head hurt! That's important stuff to know thoug... (by sunjinsak)
|
by AndreasTm13
Explanation needed
|
|
[1 reply] : I had qualms about replying to this, as I don't believe it is "the cor... (by lastchance)
|
by tristan1333
Vector/SDL Issues
|
|
[1 reply] : GUESS WHO IS A BIG DUMBDUMB HEAD? I WAS RENDERING THE TERRAIN THEN CLE... (by tristan1333)
|
by choptheop
Infile Outfile C++ Visual Studio
|
|
[1 reply] : while (inFile) { sqrt(number); inFile >> number; outFile... (by integralfx)
|
by Flaze07
Prime Factorisation
|
|
[3 replies] Last: Hi, Your algorithm for finding the prime factorization of a number ... (by ElusiveTau)
|
by choptheop
Need help with infile/outfile
|
|
[2 replies] Last: Can someone also help me? I have an exam tomorrow and I am required to... (by nicholasjb1996)
|
by HereStretchy
How to find average
|
|
[2 replies] Last: average is just sum/quarters preferably as a double. double avg = (do... (by jonnin)
|
by ttyl123
I need assistance in making a counter for a C++ program.
|
|
[3 replies] Last: The program runs fine here: http://cpp.sh/7ropo (by gunnerfunner)
|
by Kourosh23
print function vs ostream operator C++
|
|
[8 replies] Last: > how is this related to operator overloading << or print functions th... (by JLBorges)
|
by Kourosh23
resize capacity function C++
|
|
[5 replies] Last: I personally would say to either use malloc and realloc, or use a vect... (by jonnin)
|
by Nakruf
PathCombineW gives unresolved exetranl symbol
|
|
[1 reply] : You need to add the library Shlwapi.lib to your project. In Visual St... (by Thomas1965)
|