Click here to Skip to main content
15,881,746 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: Radio Buttons Pin
thebiostyle31-Dec-09 21:44
thebiostyle31-Dec-09 21:44 
QuestionFind the differences betwween two arrays Pin
Marc Firth24-Dec-09 0:51
Marc Firth24-Dec-09 0:51 
AnswerRe: Find the differences betwween two arrays Pin
Luc Pattyn28-Dec-09 10:43
sitebuilderLuc Pattyn28-Dec-09 10:43 
QuestionHow to use postback in php Pin
sarang_k23-Dec-09 22:28
sarang_k23-Dec-09 22:28 
AnswerRe: How to use postback in php Pin
Marc Firth24-Dec-09 1:25
Marc Firth24-Dec-09 1:25 
Questionwarning message Pin
kamalesh574323-Dec-09 15:27
kamalesh574323-Dec-09 15:27 
AnswerRe: warning message Pin
Marc Firth24-Dec-09 1:27
Marc Firth24-Dec-09 1:27 
QuestionSTL vector trouble Pin
Daniel 'Tak' M.22-Dec-09 5:27
Daniel 'Tak' M.22-Dec-09 5:27 
Imagine the following class that is inherited from std::vector

template<typename ObjType>
class myclass : public std::vector<ObjType*>
{ ... fancy stuff ... }


This class is basically an extended vector; it compiles fine under VS 2005, but fails to compile under Linux. It always throws an error about missing type specifiers when using an iterator, like iterator it = begin();.

Anyone has an idea what the cause might be? I think it is trying to use std::iterator, even though the function exists in myclass, and so it should have the iterator type (if I don't include using namespace std;, the code fails with an unknown type "iterator", that's why I'm assuming the above).

Again, it compiles fine under Windows.
Questionhelp with imap_search function Pin
cjoki21-Dec-09 7:08
cjoki21-Dec-09 7:08 
AnswerRe: help with imap_search function Pin
cjoki21-Dec-09 10:14
cjoki21-Dec-09 10:14 
QuestionPERL script help Pin
David Hoffman19-Dec-09 15:05
David Hoffman19-Dec-09 15:05 
AnswerRe: PERL script help Pin
David Hoffman19-Dec-09 21:45
David Hoffman19-Dec-09 21:45 
GeneralRe: PERL script help Pin
David Hoffman19-Dec-09 22:35
David Hoffman19-Dec-09 22:35 
GeneralRe: PERL script help Pin
Rob21-Dec-09 3:51
Rob21-Dec-09 3:51 
QuestionPHP script getting Gateway Timeout Error. Pin
LazyDragonfist19-Dec-09 8:09
LazyDragonfist19-Dec-09 8:09 
AnswerRe: PHP script getting Gateway Timeout Error. Pin
cjoki21-Dec-09 7:02
cjoki21-Dec-09 7:02 
QuestionHow Can I Start? Pin
code_breaker18-Dec-09 5:37
code_breaker18-Dec-09 5:37 
AnswerRe: How Can I Start? Pin
EliottA18-Dec-09 5:44
EliottA18-Dec-09 5:44 
GeneralRe: How Can I Start? Pin
code_breaker18-Dec-09 5:55
code_breaker18-Dec-09 5:55 
QuestionPerl test script to generate a crystal report Pin
Steve Holdorf17-Dec-09 3:12
Steve Holdorf17-Dec-09 3:12 
AnswerRe: Perl test script to generate a crystal report Pin
Sethsdad15-Jan-10 9:45
Sethsdad15-Jan-10 9:45 
QuestionKickStart Pin
plnakumar15-Dec-09 19:39
plnakumar15-Dec-09 19:39 
AnswerRe: KickStart Pin
Richard MacCutchan15-Dec-09 23:29
mveRichard MacCutchan15-Dec-09 23:29 
GeneralRe: KickStart Pin
plnakumar16-Dec-09 17:17
plnakumar16-Dec-09 17:17 
AnswerRe: KickStart Pin
markkuk16-Dec-09 2:15
markkuk16-Dec-09 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.