User Profile

Collapse

Profile Sidebar

Collapse
FiberOptix
FiberOptix
Last Activity: Jul 6 '10, 02:12 PM
Joined: Jun 19 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Visual Studio "Error: type name is not allowed" [SOLVED]

    Hello,

    I've been trying to modify and then compile a portion of an open source C/C++ project with Visual Studio 2010. I'm very much a C++ beginner and this is a learning experience.

    Relevant sections of the code:

    Code:
    typedef struct {
    	static gchar *inputfile;
    	static gchar *uri;
    	static gulong mtime;
    	static gulong fsize;
    } FileInfo;
    Code:
    
    
    ...
    See more | Go to post

  • FiberOptix
    replied to Specific Regular Expression (PREG) Help
    in PHP
    I just figured it out! By using (.+), I can use the handy feature of preg_match, that successive indices after the zeroth one (the full match) reference the parenthesized matches....
    See more | Go to post

    Leave a comment:


  • FiberOptix
    replied to Specific Regular Expression (PREG) Help
    in PHP
    Thanks very much for your helpful reply Dan.

    I had a rough idea of how the regex would work, but the regex you post is extremely helpful as I was trying to find the correct syntax for 'capture everything between,' which is part of your regular expression. Just one syntactical issue with your preg... It seems to grab both the name and the html tags also... Is it possible to only get the name?

    Thanks very much!...
    See more | Go to post

    Leave a comment:


  • Troubles with Glib/Gtk dependend 3rd party libraries... Gwyddion

    Hey all,

    Gwyddion is a modular program for scanning probe microscopy data visualization and analysis. I've been trying to use some of the libraries provided (in C++, and heavily Glib/gtk dependent) to load the proprietary file formats that are native to particular atomic microscope devices. The goal is to write a simple file conversion program using these libraries. I'm currently using Microsoft Visual Studio 2010 on a 64-bit Vista machine....
    See more | Go to post

  • FiberOptix
    started a topic Specific Regular Expression (PREG) Help
    in PHP

    Specific Regular Expression (PREG) Help

    Hey all,

    My first foray in to regular expressions has not been easy, with the Perl-style regular expressions that preg_match requires complicating things slightly for me, as I find that many of the email or website seeking regex I find simply won't work... Probably for some small reason attributable to the different style, that I'm unable to discern.

    The code that I'm trying to write is looking for a specific email address,...
    See more | Go to post
No activity results to display
Show More
Working...