• Member Avatar for rubberman
    rubberman

    Replied To a Post in C++ project question

    The Student function definition in line 31 is in conflict with the Student structure definition. Change the name of one or the other. Lines 43-46 don't compute, are missing a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in FINEPIX FUJIFILM S5000 Digital Camera

    This camera uses a separate lens system to feed the display screen since it is not an SLR, just "SLR-like". IE, it looks like an SLR, but it isn't. So, …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in The Echo

    If the microphone is on, it may simply be feedback. Make sure the mic is disabled or muted and see if that helps. My system does that in such cases.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in WP Complete Site with Digital Download

    Well, this makes no sense. Want to elaborate a bit? :rolleyes:
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Export in php

    Usually these would be written to the file system as CSV (comma separated value) files that Excel can handle very well. I used to do that with PHP to generate …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Read Socket Slow

    What version of PHP are you running? Also, you aren't showing much relevant code.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in [win32] - SetTimer(): why the windows lost focus stops the timer?

    What version of Windows is this? It sounds like when the window is out of focus, it is put in a hold state. There may be some Win32 settings you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Django Trouble

    It looks like you are trying to access a member of a class that is not declared or instantiated in instances of that class. You need to look at the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Projects due in 2days, help pls

    Sorry. We don't do your homework for you. Make an effort and we can help you debug your work. Do read this site's terms of service (TOS) in regard to …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in TOSHIBA LAPTOP SCREEN DARK

    If this is a new laptop, take it in for warranty repair. If out of warranty, it is likely that the backlight for the LCD display is bad, or the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Chrome browser shut down unexpectedly

    What OS are you running? 32-bit or 64-bit? What version of Chrome? How much memory does your system have? Have you enabled swap memory?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in What brand should I look for?

    My last 2 work laptops have been Lenovos. Before that strictly Dell - I still use my 9 year old Dell Lattitude D630 - still fast - has dual core …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in why is this program not running properly

    Well, I don't see where you are declaring the inputChar variable. Please show the entire class.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Why has empty space, taken space?

    Perhaps it has data in a format that Windows cannot read?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in bluetooth on leptop is no on

    There is also a switch on the left size near the front of the computer that controls the WiFi and bluetooth. Is that in the "on" position? Also, as CimmerianX …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in right shift key Lenovo Ideapad laptop

    I don't have an ideapad but I do have a Carbon x1 - the right shift key is directly under the Enter key.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Cannot format SD after trying everything

    If this is a full-size sd card then it has a read-only slide that sometimes gets moved into the read-only from read-write position. If this is the case, that would …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Video maker

    You can use ffmpeg to reduce the size or change the video format easily.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in windows 7 iso file

    If you have a licensed installation disc, you can easily create an iso from that. If not, then you need to get one.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Help me with this simple Program.

    @sdtelchi - which is evaluated in what order when the operator precidence is the same is up to the compiler. This can vary - I have experienced this when using …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Subroutine returning data and freeing buffer?

    Please use real C code here. We need to see exactly what you are trying to do.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in for loop and pointers, Error

    Your printf() function should be `printf("%s", message);` You could have used message as you did if you cast it to a `const char*` as in `printf((const char*)&message[0]);`, but the first …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PLEASE HELP ME

    So, did you write this code, or are you trying to adapt someone else's code?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in platform

    They all work well, but you want to get the most current version you can, at least 4.4.2 or 5.x.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in AMD FX 8120 Black Edition (3.1/4.0GHz) is that ok to playing game in ultra

    The CPU is only part of the equation to build a good gaming system. This CPU is a good one, but the motherboard, memory, cache, I/O speed and bandwidth, video …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to mike_2000_17 in bool for synchronization

    > Volatile allows a global or shared variable to be read and written attomically. That's not true (maybe you are confused with Java's volatiles? For Java 5 and up, "volatile" …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Question about Quick Sort : Partition Method

    Basically, it is a binary sort that on average requires O(n log n) comparisons to sort, though it is often more efficient that that. Here is the Wikipedia article that …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in bool for synchronization

    Volatile allows a global or shared variable to be read and written attomically. Example: `int newvalue = vvar++;` which would set newvalue to the volatile variable (vvar) and then increment …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in how to transfer data into database after tokenization

    1. You don't save the tokens extracted. 2. I don't see where you identify what database columns each item is associated with. 3. I see no associated database, connections to …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Apple

    The apple. A fruit that grows on deciduous trees, commonly associated with the Devil getting Adam and Eve thrown out of the Garden of Eden.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in DELL VOSTRO 2420 - NO POWER GOING IN

    If you know what you are doing, then fine. I wouldn't, but my grandson would. He is much better at that sort of thing than I am as he designs …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PASSWORD UNLOCK

    Sorry, but still no help here to unlock devices. We have no assurance that the device is in the possession of the owner, your assurances to the contrary. The only …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in a promble with VB of access

    Please move this to the Software Development forum.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PASSWORD UNLOCK

    If it is locked, and you don't have the unlock code, then it isn't your phone... Sorry, no help here!
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to mike_2000_17 in linux and unix

    > Unix in Neanderthal and Linux/iOS have evolved further and are better (in my opinion). If Unix is a primitive human (e.g., neanderthal or homo erectus), and Linux is a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Access point DNS problems Linksys E1200

    If it is in bridge mode, then as long as it is connected to another router, it doesn't need to "understand" DHCP and DNS stuff. Make sure the Lynksys bridge …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in DELL VOSTRO 2420 - NO POWER GOING IN

    Check that the vents are clear. Get some compressed air and blow the system out to help clean it - taking the cover and keyboard off is good so you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in C

    So doris, to you remember what the equation is to compute the area of a circle? You want us to do your homework for you? Give us a break! It …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in online vacation housing reservation

    Sorry. We don't do your work (real or homework) for you! There are commercial packages that will do this that you can buy. There may be open source packages that …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Help me with this simple Program.

    This line: `per=(m1+m2+m3+m4+m5)/500*100;` means that per is equal to the sum of the inputs divided by 50000. It that your intention? Or is it to divide the sum by 500 …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in i need help i'm new to programming

    We don't do your homework for you. We will help you when you have tried, and then post your code here. Just asking for help is not asking for help. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in looping

    Nothing beats study, effort, and try, try again to learn difficult new concepts. As James said, we DO NOT do your homework for you. Maybe you are in the wrong …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Language of choice for a Movie Database program

    I have written such in C back in the 1980's. It was not only a movie database (that was part of it), but it was a full video store management …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Incrementing member of a pointer to structure, increments remaining members

    You expect us to analyze and comment on 300 lines of code and output? Someone perhaps will, but it won't be me. I see a lot of issues with your …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Memory Leak Problem

    You also don't declare the type of the variable "file". That, and you should NOT use NULL in C++ except for `void*` types. Use 0 instead. That is valid for …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in c++

    There are restricted versions you can get from Microsoft directly that are free, but the professional and enterprise versions are only available by paying a lot of $$. Please do …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in c++ pass by value

    C++ allows default values in the declaration/definition of a function, so if there are such, you can leave the ones with defaults out of the call if the default is …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Java Project - returning a null value

    "Java is to JavaScript as Car is to Carpet." Myself, I would reverse the nouns, as in "Javascript is to Java as Carpet is to Car." :-)
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Warning: Adobe Flash users remain at risk of Angler attack

    Adobe has been working on patching Flash Player to eliminate these issues. In fact, I just got an update for that on my Linux system this morning. Yes, there are …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in What are limitations I should look at when buying laptop?

    The usual answer is "it depends". Laptops typically use a 2.5" HDD sata drive format. You can install a large (up to 1TB at least) HDD or SSD in place …

The End.