Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for GhostMonkey
Member Avatar for GhostMonkey
0
105
Member Avatar for jnewing

Hi, I don't know if I understand right, but there is my tip: You can read the all file, and separate the file in vectors, by tokenize, the file register the data with some separation betwen then? like a blankspace? Some code are: [CODE] std::ifstream inputFile; std::string line = "data1.dat"; …

Member Avatar for jshoot
0
113
Member Avatar for jshoot

Hi everyone, I have a 2d array whith 50000 lines and 14 columns, and I have to sum/multiply each value of a column for a fixes numbers, like this: a[1][14] = 0 a[1][14] + 2 = 2 a[2][14] = 2 a[2][14] + 2 = 4 a[3][14] = 5 a[3][14] + …

Member Avatar for zeeshan soomro
0
720
Member Avatar for maxstoto
Member Avatar for winecoding

Hi, first post some code to let us know about your problem, second post your array to let us know how they looks like, it have 4,5, 1000 rows? lines? A tip: If you wanna to separate the array, to make calcs with the number, you can do a loop, …

Member Avatar for Arbus
0
684
Member Avatar for kirenemook12

Hi, you have to use visual studio? Because I'm using wxDev-C++, and in this plataform is easy to do what you want, since this is a "delphi" based plataform, making the user interface cool and easy handling. If you can use wxDev-C++ I could help you. Bye

Member Avatar for kirenemook12
0
813
Member Avatar for thekitoper

I don't know a lot about gtk, but i'm using wxwidgets, and your code looks like the code in wxwidgets, and to change the size I use the set_size to, but I do to a "always_maximize" condition to make the size as I wanna. I don't thinks I help a …

Member Avatar for Sky Diploma
0
177
Member Avatar for jshoot

Hi everyone, My question is: I have two vectors, for example vectorA and vectorB, vectorA is filled with randomics values, like 23, 43, 54, etc, and its have 1000 members, like vectorA[0], vectorA[1], etc. My vectorB descending of vectorA, I use the "push_back" function to take the values of vectorA, …

Member Avatar for jshoot
0
272
Member Avatar for determine
Member Avatar for jshoot

Hi every one! I have to genarate a 2d graphic based on x,y axis. I have two vectors with the same size, and I wanna to use then to make the x and y axis. Can anyone help me? Or show a trick, or page? Thanks

Member Avatar for jshoot
0
135
Member Avatar for jshoot

[B]Hi every one, I'm working in a code from 1 mounth, and now I finaly finished, it work, but there is the old problem in C++ language, the interface, once that I wan't to do a program that will be used for anothers users, I wanna to make the program …

Member Avatar for Stefano Mtangoo
0
450
Member Avatar for jshoot

Hi everyone! I'm triyng to develop a program whith this functions: 1 - Read data from text file 2 - Put the data from file to a variable(ignoring comments in the file) 3 - Tokenize the data e transform the variable into another variable(like float) 4 - Make the calcs …

Member Avatar for jshoot
0
609

The End.