Recent content by Tim1955

  1. T

    Food science, making cheese sauces

    I will pour it over vegetable, greenpeas, cucumber, reddish cabbage, half-cut mini tomatos...+size-bite cut salmons or thinly sliced beef Not expensive but delicious and healthy
  2. T

    Food science, making cheese sauces

    please tell me how to make goody cheese sauces? Thanks
  3. T

    Solving CuTee's Factorial Problem with QValidator.h

    #include<qvalidator.h> //int input; void Factor::init(){ InputEdit->setValidator(new QDoubleValidator(InputEdit)); FactorNumber(); InputEdit->selectAll(); } int Factor::factorials(int n){ if(n<=1) return 1...
Back
Top