by gardinerca
General Game problem
|
|
[2 replies] Last: This is what I get when I enter 0: Would you like to play a game? P... (by HooklessFastener)
|
by nkmarcus
Binary Tree length
|
|
[1 reply] : How many times are you going to ask for the size? I mean maintain tha... (by ne555)
|
C++ Manager Class |
|
[2 replies] Last: o. Not sure why this stuff has been lapsing my mind as of late.... (by closed account S6k9GNh0)
|
Make File compile error |
|
[2 replies] Last: make file (required by professor) *shudders* *hugs farmergeoff... (by Disch)
|
by tylerd213
Sorting Two Dimensional Array
|
|
[4 replies] Last: Thank you Filipe :) That worked great! (by tylerd213)
|
by alexbg
sqrt
|
|
[4 replies] Last: I don't know what is a your class Line. You don't need it. Just use t... (by ne555)
|
by nkmarcus
Binary Search Trees
|
|
[1 reply] : What was I thinking..... Geez! Sorry guys, my bad! (by nkmarcus)
|
App runs in during debug but on it's own? |
|
[no replies]
|
by grazyguy
What's wrong with the globle variable??
|
|
[2 replies] Last: This is a great example of the many reasons why using namespace xxx; ... (by Disch)
|
by M4trixSh4d0w
C++ char and fstream
|
|
[1 reply] : Line 42 must be Say(stuff. c_str() ,stuff.size () ); // .c_str() retu... (by Null)
|
by awjustaguy
Distance-vector routing
|
|
[no replies]
|
Finding Files in Trees on Windows |
|
[1 reply] : Can you post the inclusion directives? (by helios)
|
by buteiko
A simple macro program to download files
|
|
[6 replies] Last: wget +1 (by helios)
|
by BoosterMoose
File I/O and Looping
|
|
[1 reply] : Hi Boostermoose, good name that ;-) You need to check if your progr... (by Moooce)
|
by wizard25
The find function in a linked list
|
|
[6 replies] Last: [quote=wizard25]this code is good but it crashes if you the value is n... (by ne555)
|
by tigerClaw
bbbiiiiggggg pointers problem..
|
|
[3 replies] Last: You need to delete the memory, when you stop using it and before you o... (by ne555)
|
by wizard25
Reversing the elements of a linked list
|
|
[9 replies] Last: It is possible to do it in linear time without copying or recursion. ... (by Duthomhas)
|
by Zaroth
Operator Overloading and Dynamic Memory within a class
|
|
[8 replies] Last: your copy constructor is still wrong. You allocate the memory which is... (by Galik)
|
by Nenad Zivic
Initiating and reading a txt file
|
|
[18 replies] Last: Yes, i checked the path to it... And i do have permissions, I'm workin... (by Nenad Zivic)
|
by xxicemanx
Tough Template Questions
|
|
[3 replies] Last: Jsmith sorry it doesnt compile I'll post the error when I get home ... (by xxicemanx)
|