Quantcast
Channel: Technical Support Archive
Browsing all 20 articles
Browse latest View live

Linux Processor Spinning C++

Hey guys, I'm coming to you because I love you. I am working on a project in C++ and I was wondering if anyone knew how Linux handles sharing the processor as a resource across threads. Essentially, I...

View Article



Multiplayer Game... Logic...Networking Questions

About I am starting a starting two projects. The First Project is HTML Based with the requirements: 1 class, 5 monsters types, 100 human players, Player have 3 abilitys, and can get 3 Levels. I am...

View Article

Moving Image Shakes (HTML5 game Question)

Doing a HTML5 Canvas game. The issue is, when i run the game moving blocks less then 1 pixel. They seem to shake. I assume its due to the fact that i can only draw per pixel and not per .25 pixel. so...

View Article

Game Design UML, Looking for suggestions

So I took a stab at a puzzle game based on Pokemon puzzle league I got it working, but i thought it was poorly designed so i changed it. a week later I got it working again But thought the design was...

View Article

Weird Numbers-Square-Thingy

Here is the code for TWV's weird number square thingy: (Java) Code: public class WeirdNumberSquareThingy { public static void main(String[] args) { System.out.println(new WeirdNumberSquareThingy(5));...

View Article


BSOD, now windows 7 refuses to boot

Out of the blue (no pun intended) BSOD with message "memory_management". Since then, windows doesn't boot in normal mode. Safe mode works fine. Virus scanner found nothing bad. My event log says that...

View Article

Image may be NSFW.
Clik here to view.

Asus Laptop random Saturation changes

Hello everybody! I got a really strange problem with my laptop lately. It happens rarely and completely randomly. Sometimes my screens colors become super oversaturated for a short period of time and...

View Article

Headphones not playing sound

Hi there, I have speakers plugged into my desktop in the rear port, and headphones in the front port. The speakers work fine, but the headphone do not. I cannot get any sound to play through the...

View Article


Adobe After Effects CS 6

Hello it's been a long time since my last post here. Since a lot has changed, i don't even know if I'm posting this in the right section. I have this code here (script) for Adobe After Effects CS 6. It...

View Article


[Display] Fresh new computer, display looks grainy.

Hello people! It has been a very long time since I last poked in here! For the first time I am posting here in the technical support forum, for me this place was always about Warcraft 3! The thing is.....

View Article

C++ { } class initialization tip

Code: #include <iostream> #include <cstdlib> class A { protected: int a0; public: void a(){ std::cout << a0 << std::endl; } }; int main(){ A a = {}; a.a(); //If a0 is not...

View Article

Possible useful pointer add macro for C and C++

You probably seen this macro used in C++: Code: #define MACRO_PTR_ADD( P, BYTES ) \ ((decltype( P ))(((u8 *)P) + (BYTES))) The (non-tested) equivalent in C is: Code: #define MACRO_PTR_ADD( P, BYTES ) \...

View Article

PCI Issue? New GPU + PCI SSD

When I plug in GPU + PCI SSD IT doesn't see the SSD. Any Idea why? Z87 Expert Ge force gtx 1060 8gb ram kingston PCI SSD 256 I have tried wo power supply's both rated over 650. I disabled thunderbolt...

View Article


SSD transfer gone awry

First, read up this, as this is the main issue: https://sourceforge.net/p/redobackup/discussion/1169664/thread/fadff5be/ Posted there hoping Redo Backup people know what to do, but I'm still at a loss....

View Article

Reversing a singly linked list

Code: rec_reverse(last_of_rev,to_rev) = if to_rev != nil: next_rev = to_rev.next; to_rev.next = last_of_rev; rec_reverse(to_rev,next_rev) reverse(to_rev) = rec_reverse(nil, to_rev) Code: reversed list...

View Article


Why isn't this game running smoothly?

Hi, the problem is that this game I have: Juiced 2, keeps loading and lagging everytime in-game. It lags becasue it loads, so lag is dependent on the loading of the game. In the game menu, no lag or...

View Article

Windows 10 Slow Internet Problem

So, this began when I upgraded from Windows 7 to Windows 10, with all drivers up to date and Windows updates applied. At this point, I have used Windows 7, 8, and 10 - the problem is persistent across...

View Article


Image may be NSFW.
Clik here to view.

Mouse Sensitivity

Hey I was just wondering if there was a way I could make a registry key on my desktop to change my mouse sensitivity on the fly. This is useful for me since my sister can't bare my high sensitivity....

View Article

Iphone 5 gmailing attachments

Dear folks I wanted to know if this is unusual or not When I email anyone (also did test email to self) with an attachment, then in the TRASH I see : (unknown sender) * Attachment (Where * is the time...

View Article

Wordpress: Store

Hey guys, Backstory: helping a friend get a site up n running, told him that for a quick initial website we should use a publishing platform like Wordpress, as a solid portion of the website is geared...

View Article
Browsing all 20 articles
Browse latest View live


Latest Images