Search Results

Search: Posts Made By: szzz
Forum: Programming 02-19-2004
3,755
Posted By szzz
Really??? But sometimes it is nessesarry!...
Really???

But sometimes it is nessesarry! For example, now.
It is a pity...
Forum: Programming 02-18-2004
3,755
Posted By szzz
how to create freeBSD binaries in Linux or Windows
I have a trouble: i cannot install and use freeBSD for some reasons(have no computer now, and comps on my work are Windowsed), but I need to compile some UNIX sources for freeBSD(this one:...
Forum: Programming 11-18-2003
5,232
Posted By szzz
popening for read and write
How can 'popen()' be used for reading and writing to opening pipe?
If i try 'popen("prog", "rw")'
and then put and get chars - it does
not work.
What is wrong?
Forum: Programming 11-05-2003
13,188
Posted By szzz
Works! Thank you!
Works!
Thank you!
Forum: Programming 11-05-2003
63,729
Posted By szzz
No, this getenv("USER"); getenv("LOGNAME"); ...
No, this
getenv("USER");
getenv("LOGNAME");
return NULL. It does not work ...
(I use LinuxRH7.2)
Forum: Programming 10-28-2003
63,729
Posted By szzz
Who is the current user
How could I get the username and password of user, who started this programm?
Forum: Programming 10-14-2003
13,188
Posted By szzz
No, this is native C/C++ - HTML-embedded (it is...
No, this is native C/C++ - HTML-embedded (it is transcoded
to real C++ and compiled by common g++ - see preprocessor here (http://ppc.take-1.biz) -
now I try to crossplatform it :rolleyes: )...
Forum: Programming 10-14-2003
13,188
Posted By szzz
File last modified
I cannot read the last moment
the file was modified - it returns
"Most recent access" instead:
code:
</td>
<th><?FILE *fatr=fopen(iindname.c_str(), "r");
if(fatr){
struct stat statbuf;...
Forum: Programming 10-13-2003
7,241
Posted By szzz
The server is a simple XAMP Apache...
The server is a simple XAMP Apache (http://apachefriends.org/index-en.html)
- don't worry - the cgi-programm that must allow the user to do this has a auth-system (user enters the password before...
Forum: Programming 10-12-2003
7,241
Posted By szzz
The saving file - is generated "cpp" file, ...
The saving file - is generated
"cpp" file, which must be compiled by this CGI-programm after it is saved.
And user can do it in any folder he wants (no possibility for using 'usr/temp/').
Maybe...
Forum: Programming 10-10-2003
7,241
Posted By szzz
cannot save file...
Hello! I have a problem:

I compile some function, which must save file:
=====================
// prog.cpp
void save_file(){
FILE *fs = fopen("file.txt", "w");
if(!fs) cerr<< "cannot save";...
Forum: Programming 10-02-2003
7,714
Posted By szzz
regular expressions in c++
How do I use the regular expressions in c++?
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 02:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy