Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~26.1K People Reached
About Me

Anime and Manga Addict.

Interests
Anime,Manga,Computers,Programming,Hacking
PC Specs
It runs Linux :)

12 Posted Topics

Member Avatar for Reverend Jim

One thing that really bothers me is that all computers make sounds. And that their typing is off with what happens on the screen.

Member Avatar for Reverend Jim
10
3K
Member Avatar for Duki
Member Avatar for Slavi

I like to use Arch Linux. Becouse i helped me learn Linux and its fast and lightweight. You start of bare bone and then build up to your liking. Its really interesting and got a great Wiki and commmunity backing it.

Member Avatar for Slavi
0
507
Member Avatar for Learner010

Great tutorial,Realy informative and great for beginners. You really did well on explaining functions in general. Also i like that you pointed out the return types. They mostly end up further in the books. Keep up the good work mate!

Member Avatar for Learner010
2
877
Member Avatar for Jeroen Mathon

I can't see to wrap my head arround the meaning of this error. Its becouse im converting integer functions to character functions. src/dataio.cpp: In function ‘char* getName(char)’: src/dataio.cpp:118:17: error: invalid conversion from ‘char’ to ‘char*’ [-fpermissive] readUser(uid); ^ src/dataio.cpp:60:6: note: initializing argument 1 of ‘void readUser(char*)’ void readUser(char* uid) ///Reads …

Member Avatar for Jeroen Mathon
0
180
Member Avatar for Jeroen Mathon

I keep getting coredumps when i run this function. void readUser(int uid) ///Reads users from data directory { std::stringstream fileName; fileName << "./data/" << uid << ".dat"; user myUser; std::cout << "USERNAME:" << myUser.name << "\n UID:" << myUser.uid; ///Reads data from file FILE* dat = fopen(fileName.str().c_str(),"rb"); fread(&myUser, sizeof(user), 1, …

Member Avatar for JasonHippy
0
183
Member Avatar for Jeroen Mathon

Hello, The reason why im asking for this is becouse im currently making a project that needs data storage. And sqlite seems to be perfect for that matter. I've already read the documentation of Sqlite3 but i found that insufficient. It didn't really explain much besides the obvious. I can …

Member Avatar for JasonHippy
0
568
Member Avatar for iamthwee
Re: test

#include <iostream> main(int argc,char **argv) { std::cout << "This is a test" << std::endl; return 0; } Forgot sometin :)

Member Avatar for pritaeas
0
272
Member Avatar for HoverportMedia
Member Avatar for mataiasi.yabakivou

I recommend avoid using `system("pause").` Instead use `cin.getchar()` Also its sarter to ditch `using name space std;` Becouse using scopes like this `std::cout` will prevent conflicts between variable names and the function from std.

Member Avatar for swimincodes
0
142
Member Avatar for jephthah
Member Avatar for MasterHacker110

Where are you going to use Hamachi for exacly? Private networking/Serverhosting<(I'd reccomend Port Forwarding.) I know some well working alternatives but i need to know what you are going to use it for?

Member Avatar for Jeroen Mathon
0
625

The End.