- 1 Cài đặt phần mềm cần thiết cho học lập trình web
- 2 Tự Học HTML Cơ Bản Online Miễn Phí Từ A đến Z
- 3 Seo website dành cho dân IT
- 4 REACT NATIVE
- 5 sdfdsf
- 6 Lập trình di động với React Native
- 7 Vue.js
- 8 Kiếm thức cơ bản HTML CSS
- 9 So sánh count() và sizeof() 2 phần tử đếm mảng
- 10 Toán tử và biểu thức của php
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 ...
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ì? ...
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 ?
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 ...
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.
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 ...
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… ...
[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.
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.
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ở ...