by postpost
logic problem with best out of 3 jumps
|
|
[2 replies] Last: After if (hight1 > hight2 && hight1 > hight3) You open one uneccecar... (by Mitsakos)
|
by yanhe0116
linked list operation doubt
|
|
[6 replies] Last: Thanks so much for the explanations. I have fixed the problem. (by yanhe0116)
|
by karang
Basics of printers
|
|
[1 reply] : Would you care to elaborate on the error you are receiving? (by Zaita)
|
by karang
GetDefaultPrinterA' undeclared
|
|
[2 replies] Last: If GetDefaultPrinter is a WindowsAPI function. Have you included the w... (by Zaita)
|
by karang
[Linker error] undefined reference to `ClosePrinter@4'
|
|
[1 reply] : You have not linked to the correct library. (by Zaita)
|
by kotoro
DNA Sequence Analysis program very slow, suggestions to improve speed?
|
|
[7 replies] Last: I changed a bit of the program, using an STL container type and change... (by kotoro)
|
by JCSalomon
Templated operator overloading with nested classes
|
|
[2 replies] Last: You just have to use typename to tell the compiler that V::diff is rea... (by glemaur)
|
by kk84
cant use isdigit
|
|
[2 replies] Last: I have code in my program that uses isdigit, and it doesn't include cc... (by Aakanaar)
|
by wsutton2
how to read characters from a file
|
|
[2 replies] Last: And you'll have to learn (Aka doing your homework) in order to be able... (by mikeb570)
|
by kk84
How to find out the position of an array
|
|
[3 replies] Last: Thanks lots guys (by kk84)
|
by postpost
shipping program trouble
|
|
[9 replies] Last: On my system the 10 pound box would cost $42.05 By the way the fu... (by guestgulkan)
|
by toptony
How to get the newest mingw complier?
|
|
[1 reply] : I got it just fine a few months ago. It could be just that the server ... (by Duthomhas)
|
by petike
A "Naming Conventions" question
|
|
[2 replies] Last: Each employer and even different projects will have different 'style' ... (by Duthomhas)
|
by idono
time calculator
|
|
[9 replies] Last: You did all the hard work. We just pointed you in the right direction.... (by Aakanaar)
|
by zakkhoyt
static libraries and linking
|
|
[2 replies] Last: Every linker I have worked with works like this: Libraries will usual... (by bnbertha)
|
by aatzaz
Urgent
|
|
[1 reply] : A quick google search brought me up these three links among many.. ... (by Aakanaar)
|
by dambar
To access private methods via public interface
|
|
[2 replies] Last: Yep, but it's a pointer of type Interface that actually points to a De... (by dambar)
|
by aashuitdude
packet sniffer
|
|
[2 replies] Last: thanx (by aashuitdude)
|
by karang
Printer Name
|
|
[1 reply] : You forgot to put an '&' in front of nLen when you call GetDefaultP... (by Duthomhas)
|
by karang
cstring doesnot name a type
|
|
[3 replies] Last: The keywords you list brings up a lot of good hits for me. The thin... (by Duthomhas)
|