by avatarait
Help please? How would I go about confirming that the user entered a number?
|
|
[2 replies] Last: Thanks! That worked and now I know I can just use an if statement for ... (by avatarait)
|
by scardoso
Need Help!!!!
|
|
[3 replies] Last: This is what I had for number 1 #include <stdio.h> int main() { FI... (by scardoso)
|
by shahzeb
class and object
|
|
[1 reply] : Could you be more specific? (by LB)
|
by hunterx893
out range error
|
|
[4 replies] Last: decrypt.erase(n,3); <------------------------------------------------... (by coder777)
|
by Den163
Lee algorithm
|
|
[1 reply] : Read this: http://en.wikipedia.org/wiki/Lee_algorithm Have a go. What... (by Mats)
|
by RedEyedDog
Help with network Management code
|
|
[1 reply] : Problem solved : go onto this website: http://www.net-snmp.org/wiki... (by RedEyedDog)
|
by kbear
need advice on switch case conditions
|
|
[3 replies] Last: Hey both.. just an update. I used the following method instead and it'... (by kbear)
|
by earthquake
Data structures and algorithms
|
|
[5 replies] Last: I dare to recommend you read the book _without_ examples or at least ... (by mutexe)
|
by ansabch
plz help me to solve this Question.
|
|
[1 reply] : what you got so far? (by mutexe)
|
by Ahmad1797
.Cpp file not showing my code.
|
|
[1 reply] : Had you previously saved the file after having written your code? (by ajh32)
|
by hunterx893
homework help decrypting
|
|
[2 replies] Last: If you are eliminating duplicates from the entire file then the follow... (by ajh32)
|
by pete2525
Averaging arrays
|
|
[1 reply] : do you know what 'average' means? line 29 makes no sense. On line 34... (by coder777)
|
by jeb41
Help with homework, splitting strings and assigning variables.
|
|
[4 replies] Last: #include <iostream> #include <sstream> #include <string> int main ()... (by JLBorges)
|
by kbear
Sort, find duplicates and remove from vector
|
|
[10 replies] Last: @Duoas: omg thank you so much! Duplicates are now removed. :D @norm ... (by kbear)
|
by mattrowe84
Trouble with Hash Table Sorting
|
|
[1 reply] : Do you have to use the ptr_sort function? void HT::pTable_print ( ) ... (by naraku9333)
|
by pixelpuffin
cannot find [file path] permission denied
|
|
[no replies]
|
by Gamytr
I have a Homework
|
|
[6 replies] Last: Herm, no. I suppose a long day at work... never mind then. (by closed account S6k9GNh0)
|
by MatthewRock
Multiple definition of class.
|
|
[6 replies] Last: You're welcome :) (by MikeyBoy)
|
by Carl Ntifo
Simple Program: output problem
|
|
[1 reply] : Sorry, I just realised. it should be this: cout << "The final x o... (by Carl Ntifo)
|
by philonto
linking against libpng_static
|
|
[1 reply] : Humm Tried include header with extern, adding manually local flag -ljp... (by philonto)
|