No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
I have an Exchange account setup in Outlook 2007. I've been racking my brain on how to set up e-mail rules such that they'll show up in Outlook and be server-side rules. The odd thing is that I have server-side rules set up in OWA (even though the rules have … | |
I've looked at all of the lightboxes and I'm not sure if I'm not looking hard enough or if I'm looking in the wrong place. I'm looking for a plugin that I can use that will allow me to do the following. Have 1 row of images (about 5 images … | |
Re: It looks like the problem might be in your SQL statement. Do you have a description (schema) of your tables? It would help in writing the SQL statement you're looking for. You may want to check out the following links. [url]http://en.wikipedia.org/wiki/Join_(SQL[/url]) *Late browser response. I can't delete it! | |
Re: Hey sorry this is late. Is this site still running? I tried it on Chrome and none of the links work. | |
I hope this is the right forum for this question. Although I'm working in PHP, I really just need the algorithm (in pseudocode preferably) for a complex (at least seems to me) scoring system. The algorithm should always place the highest number of correct answers at the top of the … | |
Re: You would need alot of PHP but it can be simplified by using a framework or a precreated open source script, which you could tweak to your needs. There are many groups/individuals that have created social media apps that you can program in. Alternatively, you could do a little digging … | |
This is more of a logistic question but I'm stuck. This is a homework project where we're asked to create a game. The way I'm doing it is starting of with a "settings" applet. The applet asks for number of players, then "dynamically" creates a row which displays a textbox … | |
This is Homework. I have been working on a tournament program. Currently the tournament class gets user input and instantiates a player class and a game class. The game class then calls the board class where it instantiates a boardconfig class object. At this point Is where I get my … | |
Re: I'm not sure of what you mean but have you looked into VM Ware? | |
I was wondering if anyone knew of a way to import holiday calendar's into a Public Calendar on MS Exchange that would be recurring. I have imported the holiday's from Outlook's builtin functions, but it only goes until 2007. I was then going to manually make those holiday's recurring, but … | |
I need help trying to compile and test this code, but I keep getting the error: template is incomplete, can not parse field. Here is my code: [code] #include<iostream> #include<iterator> #include<vector> #include<algorithm> using namespace std; template <class T> class my_istream_iterator { public: typedef charT char_type; typedef traitsT traits_type; typedef basic_istream<charT, … | |
I have a hw project and I need to write my own reverse iterator. The problem is i don't know for sure if I'm starting off ok. Here is the code I have so far and a simple test in main keeps giving me an error stating no parameter's for … | |
I have a questions where I need to overload the + operator for vectors so that I can add two vectors together. The question I have is on how and where to write the code. what is the definition of the + operator for STL vectors? template<typename T, typename Allocator> … | |
I have a hw question that asks us to create an STL funciton that takes an argument of type map<string, int> and an integer and returns vector containin all positions in map for which the integer value is found. The function works from what I can test. But I wanto … | |
I have a homework question in STL. The question asks to write an implementation of STL algorithm replace_copy_if(). My question is NOT regarding how do I code this, but more importantly what exactly does it mean? In other words, is it the same as just creating a function and not … | |
I would like some help on creating a function that on clicking a submit button will allow the user to add the data of the selection box into an uneditable text box and hidden file. IE: User selects option 5 [code]<option value="5">Option 5</option>[/code], then clicks the "add Option" button. It … | |
I'm very uneasy when it comes to coding STL. I am ok using STL functions and STL container's etc, in main, but I now need to create my own template. Here is what I'm asked to do, and yes it is homework: Write a template container class, Pos_Neg_Array. This is … |
The End.