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
~1K People Reached
Favorite Tags
Member Avatar for zhinokin

Hello, i need a little help with this code. it's a header file personal.h [CODE] #include <iostream> #include <fstream> #include <cstring> using namespace std; #ifndef PERSONAL #define PERSONAL class Personal { public: Personal(); Personal (char*,char*,char*,int,long); void writeToFile(fstream&)const; void readFromFile(fstream&); void readKey(); int size() const { return 9 + nameLen + …

Member Avatar for zhinokin
0
594
Member Avatar for zhinokin

is this code what im doing is correct..? im using codeigniter framework of this oneā€¦engine use is iNNodb [code=php] db->simple_query('SET AUTOCOMMIT=0'); $lockquery = "LOCK TABLE costumer_prof WRITE"; $db->insert('costumer_prof',$valueAdded); if($db->trans_status() === FALSE) //is this ok to used trans_status without trans_start or trans_begin..? { $db->trans_rollback() return 1; } else { $db->trans_commit(); return …

Member Avatar for JRM
0
93
Member Avatar for zhinokin

hi to everyone... i will make a program about parenthesis checking and my prof said that we will not be using a stack for this. will you kindly help me to this.. aside from stack can you help me on what to use.?.

Member Avatar for Salem
0
91
Member Avatar for zhinokin

HI..does anyone would like to suggest what application should i develop that could i apply a Locking ..any useful application. i already read about this topic and i find it interesting and id like it to be my thesis.. Hope you can help me to this...

Member Avatar for zhinokin
0
112
Member Avatar for zhinokin

hi to everyone....i just want to have your suggestions about thesis... i would like to do a thesis about transactional database e.g. distributed or any kind as long it is related to database .... can you please give me some nice topic if you have....i will appreciate so much your …

Member Avatar for zhinokin
0
64
Member Avatar for zhinokin

could someone help me how to reverse a string in a86 ...the program will goes like this.user will input a string of 4 characters or less than 4 for ex..whin then it will output nihw..but if the user will input 5 or more than, for ex. whinz the output would …

Member Avatar for sDJh
0
203
Member Avatar for zhinokin

i have a problem with this code...will you please help me with this...the program goes that it will input the base then its power .. for example: base: 2 power: 3 result : 8 the base is multiply itself 3 times... the problem with this one is that it goes …

0
47
Member Avatar for zhinokin

HI... would anyone give me some ideas in converting decimal to binary...?...i have some ideas but its hard for me to implement it...i just came up with the wrong code...i'm using a86 assembly language... .

Member Avatar for zhinokin
0
148
Member Avatar for zhinokin

i need help in comparing a string... the program goes ... ask to input 2 string then compare it, if it is same or not... my problem is that even it is not equal it will print equal... i think the problem is in the compare section. could someone share …

Member Avatar for zhinokin
0
104