Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~17.1K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for lewashby

Swap your old RAM back in, the RAM is bad, end of story, the only other conclusion would be that one of your RAM slots is broken. There are a couple of tests you can run, here I'm going to assume you installed the RAM yourself so you'll know what …

Member Avatar for David Elder
0
217
Member Avatar for kelechi96

Basically I have created a sprite sheet/tileset with dimentions of 320 x 2048, the tiles are each 32 x 32. I've been able to load individual files with textures in them but I don't seem to be able to load textures from a sprite sheet. Any help ? Here is …

0
112
Member Avatar for kelechi96

I don't understand why my code crashes when the variable "dicerolls" exceeds 15 [CODE]#include <iostream> #include <fstream> #include <string> #include <stdlib.h> #include <iomanip> using namespace std; int main() { string a_or_b; string aorbreverse; unsigned short int dicerolls; string y_or_n; double ab = 0.5; double aa = 0.5; double ba = …

Member Avatar for kelechi96
0
144
Member Avatar for iCode@Night

You could have 26 integers variables each assigned to a letter or a boolean array, whenever you parse one of the letters you change the appropriate integer to 1 and have a checking function to make sure that if any of the integers is above 1 you reject it and …

Member Avatar for iCode@Night
0
698
Member Avatar for kelechi96

Hi this basicly finds and stores prime numbers at you will need to put a file called startnumber.ini with a number in it for the program to start from. Also rename the UserStorage.txt each time you use the program or it will be overwriten.

Member Avatar for William Hemsworth
0
252
Member Avatar for JLChafardet
Member Avatar for kelechi96

Hi I'm thinking of writing a mmorpg game and what I would like to do is create a server I would like to send text messages over the internet to trigger events at the client or server. A. How can I do this. B. Is there a better way of …

Member Avatar for kelechi96
0
125
Member Avatar for kelechi96

Ok so I want to create some code which can generate a random number from a 1. Music file 2. A microphone PLEASE is their anyway i can do this

Member Avatar for jephthah
0
473
Member Avatar for kelechi96

The title says it all i want to make 1 file which can store information which my C++ program can read and use. How do I go about doing this.

Member Avatar for jen140
0
14K
Member Avatar for kelechi96

Ok I need to know how to set my class to read only the values after the = sign. Here's my class so far. [CODE] #include <iostream> #include <string> #include <fstream> using namespace std; class Config { int pos; string search; public: char * confname; void configsearch () { fstream …

Member Avatar for kelechi96
0
175
Member Avatar for kelechi96
Member Avatar for kelechi96

Hi I want to learn asm but I have Windows XP64 how do I go about learning assembeler for this operating system.

Member Avatar for NicAx64
0
187
Member Avatar for kelechi96

Hello I am Kelechi Nze I'm 13 (Is that a problem ?) I come from the UK I have been writing C++ for about 3 years now I also have experience in HTML CSS and JS.

Member Avatar for Robdale
0
32
Member Avatar for kelechi96

I need someone to explain to me this code step by step: [code=cplusplus] /* File config.txt: num = 123 str = hello flt = 12.2 */ #include <iostream> #include <fstream> #include <sstream> #include <string> using namespace std; struct Config { int num; string str; double flt; string myadd; }; void …

Member Avatar for Ancient Dragon
0
143
Member Avatar for kelechi96

What are and how do I use vectors ? I have read some tutorials on them but I don't understand fully how they work.

Member Avatar for Narue
0
127
Member Avatar for kelechi96

Hello I have created a sucsessful prime number finder however I wish to retrive the start number from a file the last line shows how I tried to do this however it failed any solutions ? [code=C++]/* By Kelechi Nze My first prime project*/ #include <windows.h> #include <iostream> #include <fstream> …

Member Avatar for kelechi96
0
189

The End.