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
~727 People Reached
Favorite Forums
Favorite Tags
seo x 2
c++ x 1
Member Avatar for laailalalaa

Hello, I have 2 classes A and B. A contains a reference to an object of type B. Depending on input from the user, an instance method objectOfTypeB.MethodB() is called, where objectOfTypeB is a field in the instantiated object objectOfTypeA. I want that every time MethodB gets called on objectOfTypeB, …

Member Avatar for darkagn
0
112
Member Avatar for vddmanikanta

Hai everyone Can u please help me in writing a basic singleton programme in C++ and please explain code that are specially used to make the class singleton else please send a link where I can get the same Thanq Have a nice day

Member Avatar for mike_2000_17
0
165
Member Avatar for laailalalaa

hello, i was wondering whether someone could provide me with a couple of comprehensive links (tutorials) on database design with regards to optimization? what i'm looking for is a thorough example, that would explain each index choice and every other database optimization related aspect (for a beginner to intermediate level). …

Member Avatar for laailalalaa
0
111
Member Avatar for laailalalaa

hi, i want to open an utf-8 file, read it line by line and add, at the end of each line, a particular-per-line string. how should i do this? thanks

Member Avatar for sknake
0
109
Member Avatar for laailalalaa

I have two Windows Application projects and i need to use Application.StartupPath() to read from some files. Build output [in Project Properties] for both projects is set to bin\Release. Still, for Project A the executable is created in bin\Debug so Application.StartupPath() points to bin\Debug. But every time i compile Project …

Member Avatar for sknake
0
114
Member Avatar for laailalalaa

hello, i have an ASCII file and i open it with: StreamReader SR = File.OpenText("pathtofile"), but this method opens an UTF-8 encoded text file. i read that everything that's UTF-8 is also ASCII but i don't really understand these encodings. so, is it a problem if i open the file …

Member Avatar for laailalalaa
0
116