Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~297 People Reached
Favorite Tags
Member Avatar for thewonderdude

hi, i have a question which feels like it should be very easy but my collegues have had some difficult explaining the logic to me. The thing is, I have a dropdown as such, [CODE=jsp] <ui:dropDown binding=..... tabIndex="5"/> [/CODE] and in the jsp page, i want to set it to …

0
79
Member Avatar for thewonderdude

Hi, I'm quite bad in c++ and i have this weird (for me), problem that i can't work around. [CODE]#include <iostream> #include <fstream> #include <string> using namespace std; ..... int main(){ ... int *array1=NULL; int *buffer=NULL; size=....;//a certain size comes from function array1= new int[size];// it looks like both array1 …

Member Avatar for Ancient Dragon
0
83
Member Avatar for thewonderdude

Hello, I have to read from a .txt file which has info as such, 10:5:23 2:343:54 1:4:7 and so on. 3 Columns, lots of rows. How can i read each column for example 10 to x, 5 to y, 23 to z.

Member Avatar for jonsca
0
135