Câu hỏi của ...

Lỗi khi sử dụng QTimer - Qt

Khi click vào Start button để timer->start() thì bị lỗi has stop working. “The program has unexpectedly finished.” Mọi người xem giúp em phát. @ltd Đây là giao diện: Untitled.png 1366x768 332 KB File mainwindow.h: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include ...

... viết 16:38 ngày 30/09/2018 chỉnh sửa

What is type of this member of class?

Trong Qt em thấy người ta có tạo lớp QDesktopServices, sau khi include nó vào project thì người ta gọi được như thế này: #include <QDesktopServices> #include <QUrl> .... QDesktopServices::openUrl(QUrl("http://google.com.vn/")); Vậy openUrl của lớp QDesktopServices nó là cái gì? ...

... viết 16:36 ngày 30/09/2018 chỉnh sửa

What is the mean of extern "C" { ... }?

Em thấy người ta làm thư viện thường có dòng này: #ifndef CTEST_H #define CTEST_H #ifdef __cplusplus extern "C" { //what's this? #endif void (*ctest1)(int *); void (*ctest2)(int *); #ifdef __cplusplus } #endif #endif Nó có nghĩa là gì vậy anh @ltd ?

... viết 16:36 ngày 30/09/2018 chỉnh sửa

Add an image to background of QMainWindow?

Sau khi add file logo.png vào resource xong, em cho nó làm background bằng cách như sau: File mainwindow.cpp #include "mainwindow.h" #include "ui_mainwindow.h" #include <QPixmap> #include <QPalette> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new ...

... viết 16:35 ngày 30/09/2018 chỉnh sửa

Shortest path & minimum spanning tree algorithm

Hồi sáng lên trường làm về 2 bài này, giờ tiện tay post code lên cho mấy bạn chưa học tham khảo.

... viết 16:35 ngày 30/09/2018 chỉnh sửa

Try to make a simple Flappy Bird game

One of the most exciting things about computer science is that computer program can be interactive. Anytime someone clicks, taps, or types a computer or phone, that generates an event. There is some code decides what to do when an event occurs. Let’s try an activity to see how it works. By using ...

... viết 16:32 ngày 30/09/2018 chỉnh sửa

Code is temporaty

Nick Bradbury – 25 Feb 15 Code is Temporary Developers sweat blood writing code but in the end our code will vanish. That language you’re learning or framework you’re devoted to will disappear in short time. At some point what yo… ...

... viết 16:31 ngày 30/09/2018 chỉnh sửa

[English] Hướng dẫn sử dụng openGL với codeblock

Bài này hướng dẫn cài đặt những bước đầu tiên Nguồn: http://www.deannicholls.co.uk/tutorials/show/cpp_glut Bài viết cũng khá chi tiết.

... viết 16:31 ngày 30/09/2018 chỉnh sửa

Khai báo hàm như thế này nghĩa là gì?

void foo(int,int) (int); Phần bôi đậm trên nghĩa là gì vậy mọi người? Mình đoán là ngoại lệ phát ra sẽ là kiểu int không biết đúng không.

... viết 16:30 ngày 30/09/2018 chỉnh sửa

Giúp hướng dẫn tạo dual boot menu!

Mọi người có ai biết cách tạo menu dual boot không ạ? Em đã cài Ubuntu 14.04 song song với window 7, khi đó đã có sẵn menu dual boot. Nhưng khi cài lại window 7 bằng đĩa (em chỉ cài lại vào ổ C thôi, các phân vùng khác vẫn còn nguyên) thì bị mất menu dual boot (mở ...

... viết 16:29 ngày 30/09/2018 chỉnh sửa
<< < .. 21 22 23 24 25 26 >