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
Member Avatar for therstonsplace

i can vncviewer and vinagre from the local machine and that makes sense... cuz its that machine... but whenever i ssh in i cant run it remotely and it seems to me that would be the point... ssh -X -l <user > <ip> is the command i use to get …

0
114
Member Avatar for therstonsplace

does anyone know how the binary information in a video file works... i found the file signature... but i pulled one character off after the file signature and it did not do what i thought it would... my code works fine... i just dont understand whats in the binary of …

Member Avatar for myk45
0
67
Member Avatar for therstonsplace

so im writing some video/image editing software and im stumped... not about the code so much cuz what im doing works fine .. im not convinced it is the most efficient use of my computer but it works. first my code... [CODE] #include <iostream> #include <fstream> using namespace std; int …

Member Avatar for NicAx64
0
105
Member Avatar for therstonsplace

im trying to open a .mov file in binary which is easy enough to do... i haven't coded in a while... but i reread the book i had in school on the chapter on fstream.... i am instantiating an fstream obj with ios::binary to open a .mov file... i can …

Member Avatar for therstonsplace
0
85
Member Avatar for therstonsplace

so i need some direction in c++ for grabbing a jpg file sending it to a text file that i can edit to manipulate pixels and send back to a jpg... i have been googling for some time and im having a hard time... just some direction will do.. cuz …

Member Avatar for therstonsplace
0
134
Member Avatar for therstonsplace

so i need some direction in c++ for grabbing a jpg file sending it to a text file that i can edit to manipulate pixels and send back to a jpg... i have been googling for some time and im having a hard time... just some direction will do.. cuz …

Member Avatar for MindSter
0
69
Member Avatar for therstonsplace

so i am writing an app for iphone obviously. and i am reading that i can write in c++. It is in the contract for mac developers that you can do taht... so i was going to do the graphics in open gl... i havent' been able to find out …

Member Avatar for abhimanipal
0
93
Member Avatar for therstonsplace

HEEELLLLPPPP!.... i am stumped.... i am a student and have access to the server at my college.... on this server they have installed javac and i am running my java on vi text editor in a virtual server. okay i can import all kinds of things... but i cant import …

Member Avatar for therstonsplace
0
131
Member Avatar for therstonsplace

i have no idea where to post this so i have no idea where to look if it has already been asked.... my question is this... my team just finished a robot software package in c++ and i did the math i only say that to say im not entirely …

Member Avatar for JasonHippy
0
95
Member Avatar for therstonsplace

for our class project in my school we made a robot software and it is awesome i was on the math class and it was a lot of fun... i just finished the last part again last night cuz someone lost everything any way.. we have time to kill and …

Member Avatar for Ancient Dragon
0
87
Member Avatar for therstonsplace

i have been trying to do any interrupts in protected mode and i have been using msdos interrupts so it makes sense that they are not working i have been working through the threads so as not duplicate this but i haven't found any and i figured i would just …

Member Avatar for therstonsplace
0
206