Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: C ++

COCOS2DX-JS (3.14 version) JS and C ++ intermodulation JS and JAVA intermodulation, JS and OC intermodulation

1, JS and C++ intermodulation

When calling, you need to pay attention to: Start xcode or vs, why should this be? It is because C++ needs to register the jsb file.

Use the jsbing provide

October 8, 2021By Simo Cocos2dx 3.14, C ++, Cocos, Cocos2dx, DX, Intermodulation, Java, JS, OC, versionLeave a Comment

Cocos2DX C ++ adjusts Java non-static functions.

Calling java non-static functions in Cocos2dx C++. Calling the non-static method in JAVA in CPP requires obtaining the object of Activity first. This is the difference.

public span> static A

October 8, 2021By Simo Cocos2dx C ++, call, Cocos, Cocos2dx, DX, functions, Java, non-staticLeave a Comment

COCOS2D-X C ++ Get web images cache and show

#ifndef __HttpGetImg__

#define __HttpGetImg__

#include “cocos2d.h”

#include ” HttpRequest.h”

#include “HttpClient.h”

USING_NS_CC_EXT;

using namespace std;

October 8, 2021By Simo Cocos2dx C ++, Caches, Cocos, Cocos2D, Get, network, Pictures, ShowsLeave a Comment

C ++ classroom practice three

[Content in this section] Use of if…else…

[Exercise] Solving quadratic equations in one variable

[Code] #include
#include
using namespace std;

int main() {
double a, b, c;

September 29, 2021By Simo C & C++ C ++, classroom, practice, threeLeave a Comment

C ++ classroom practice two

1. The type of data and the number of bytes it occupies

#include
#include
using namespace std;

int main(){
cout << "********** *****************************" << endl; cout <<

September 29, 2021By Simo C & C++ C ++, classroom, practice, twoLeave a Comment

C ++ hash table file

#ifndef _HASHTABLE_H_
#define _HASHTABLE_H_
#include
#include
using namespace std;

typedef
enum {
Empty, Active, Deleted
}kindofitem;

typedef struct
{
int key;
}datatype;

typ

September 29, 2021By Simo C & C++ C ++, Document, Hash, HeadLeave a Comment

C ++ abnormal process

c++ exception handling

Some abnormal situations are often encountered when the program is running, for example: the divisor is 0 when doing division; the user enters a negative number when en

September 29, 2021By Simo C & C++ abnormal, C ++, method, ProcessingLeave a Comment

Understanding the retrospective algorithm (as an example of several games, use C ++ implementation)

Algorithm thought:

Rules of Sudoku game:

Every line uses 1, 2, 3, 4, 5 , 6, 7, 8, 9 positions are not limited;

Each column uses 1, 2, 3, 4, 5, 6, 7, 8, 9 positions are not limited

September 27, 2021By Simo Game Algorithm, alone, as an example, backtracking, C ++, game, Implementation, To, Understanding, useLeave a Comment

Virtual reality-VR-UE4-created C ++ version project

First, create a C++ version of the UE4 project. I am using version 4.12.3. According to my understanding, the new version The subsequent compilation is vs2015

So, if you want to create a C++

September 26, 2021By Simo Tablet C ++, create, UE, UE4, version, virtual reality, VRLeave a Comment

Virtual Reality – VR-UE4 – Create the first C ++ project – Hello Word

This part is mainly to use code in C++ to output a line of text on the game interface

The first step is to create a new C++ version of the project file. After version 4.12, the Vs compiler wi

September 26, 2021By Simo Tablet C ++, Created, First, hello, project, UE, UE4, virtual reality, VR, WordLeave a Comment

Posts navigation

Page 1 Page 2
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress