Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: sirclif
Forum: Sed and Awk Apr 14th, 2005, 2:51 PM
Replies: 1
Views: 897
Posted By sirclif
well, it looks like your awk manipulation was...

well, it looks like your awk manipulation was correct, and now that your using the -x option for pkg_delete it seems that the problem risides in pkg_delete. while i have no experience with the...
Forum: Sed and Awk Apr 14th, 2005, 2:40 PM
Replies: 2
Views: 998
Posted By sirclif
how do you want to change the numbers? you to...

how do you want to change the numbers? you to through each line and seperate the "row#" from the actual number pretty easy with gawk by setting the field seperator to ": "

gawk -F ": " -v OFS=": "...
Forum: C++ Nov 2nd, 2004, 12:16 PM
Replies: 11
Views: 409
Posted By sirclif
i believe they call that managment

i believe they call that managment
Forum: C++ Oct 29th, 2004, 2:03 PM
Replies: 8
Views: 336
Posted By sirclif
.h is not used for the old C libraries anymore....

.h is not used for the old C libraries anymore. your supposed to drop the .h and put a c in front of it.

#include <stdlib.h>


becomes


#include <cstdlib>
Forum: C++ Oct 28th, 2004, 7:34 AM
Replies: 17
Views: 380
Posted By sirclif
ddd is the gui for the gdb debugger, if you dont...

ddd is the gui for the gdb debugger, if you dont want to learn all the commands
Forum: C++ Oct 28th, 2004, 7:20 AM
Replies: 11
Views: 409
Posted By sirclif
agreed, doesn't hurt to ask. try a pure linux...

agreed, doesn't hurt to ask. try a pure linux forum where free programming isn't a new idea.
Forum: C++ Oct 27th, 2004, 1:41 PM
Replies: 8
Views: 336
Posted By sirclif
the semi-colon (;) is not necessary after the...

the semi-colon (;) is not necessary after the #include statements
Showing results 1 to 7 of 7

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:25 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC