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
~524 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tsubasa

Hello, I just bought 2 samsung 512mb ram (pc2100, sodimm) on ebay but when i received the rams it doesn't say anywhere that they are samsung rams. So when i asked the seller he says that if i didn't receive samsung rams then it means that it's stock was over …

Member Avatar for caperjack
0
222
Member Avatar for tsubasa

Well i'm trying to do a calculator program and i'm using recursion to find brackets ( called BracketSearch() ), after finding a "(" i start copying all that is after that in another vector V2 until i find it's corresponding ")". eg if originally it was 1+2*(3-4*(5/6))-7 then in V2 …

Member Avatar for iamthwee
0
90
Member Avatar for tsubasa

i want to find the length of a string but by using string.length() or string.size() well i don't really get the length of the string coz if i have a space well it won't read further. Eg "Hello world!!!" will return me 5 coz it will stop at the space. …

Member Avatar for tsubasa
0
127
Member Avatar for tsubasa

Is there a method that already exist that i can use to find if in an input there are alphabets or symbols eg $, # but not operators eg /,+,-. If there are alphabets and symbols it must return me true else false. My problem is that i want to …

Member Avatar for Narue
0
85