9 Tips For Learning Coding With No Prior Experience
New to coding? Here are some elementary tips you must go through to smooth your journey.
C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. It is one of the most popular programming language for graphic applications, and it is used to create computer programs ranging from art applications, music players and even video games. If you need help with C++ developers, you can get the help of C++ freelancers on this site. Start connecting with them by posting your job today!
If you can work under pressure, and an expert at working on C++ projects, then Freelancer.com supplies freelancers with thousands of projects and clients from all over the world looking for using your expertise to have their jobs done professionally, settling for nothing but the best.
If you believe you can do that, then start bidding on C++ projects and get paid with an average of $200 per project depending on the size and nature of your work.
Hire C++ ProgrammersLooking for C/C++ expert to maintain a server. No robot bids.
I looking for Developer Expert in ePassport NFC chip reader PACE V2 (IM) /IOS/Swift to build ePassport an eID NFC reader PACE V2 IM support for ios and swift. Regards,
I'm looking for an experienced FULL-TIME Unreal Engine programmer who has software development experience too. We're developing a program that is part game and part architectural visualization and design. As a national US Based kitchen cabinetry distributor, we're looking at launching this program to change the game on how Kitchen Design is done. We have big plans for this program and would like a very experienced programmer for this role who we can count on, promote, and depend on for this long-term position. Please submit your proposal if interested.
Any coding language 1. Parallel implementation of a serial algorithm 2. Cloud infrastructure 3. Solving linear / nonlinear systems 4. Statistical calculations 5. Strings / numbers 6. Game: chess, go, etc. 7. Computer graphics 8. Image processing 9. Sound processing 10. Physical simulations (object movement, fluid simulations, etc.) 11. Real-time object detection / tracking 12. Identify similar images in a large database 13. Big data machine learning applications 14. Parallelization of a machine learning algorithm 15. Applications on large databases You have only one restriction: to be a parallel or distributed application.
I want to programme my algo strategy in C++ language which place order faster without any delay Programmer have to successfully develope and connect with my program in my pc. Strategy details will be given in pdf once my all requirement fullfill. Strategy is based on 1min time frame for equity indian stock which should execute in 1min running candle not wait for candle closing.
I want to programmer my algo strategy in Python language which place order faster without any delay Programmer have to successfully develop and connect with my program in my pc. Strategy details will be given in pdf once my all requirement fullfill. For my algo shortest delay period required between alert time and execution time period. Strategy is based on 1min time frame for equity indian stock which should execute in 1min running candle not wait for candle closing. Max budget for this algo is 10000 INR
What it does: Generating 2 Sinewaves with 2 different Frequencys: * and transfair Sinewave 1 to left channel of the DAC * and transfair Sinewave 2 to right channel of the DAC For this i need 2 Variables, which must be float! : * variable1: float Freq1 = 430,0 (herz) * variable2: float Freq2 = 430,1 (herz) The values of this Variables is in a range from 8 to 192000 (aka 192Khz) The Dac is connected via 3wire I2S, and normally that Port is emulated via PIO (pico pi state machines...) For me it does not matter if you use a Lookuptable, or build a software oscillator The Precission of the Frequency is importent (when Freq2 is set to 430.1, the DAC should output 430.1) The Precission of the Sinewave is not sooo important (aka it can be a bit steppy) I dont need any interface, i can cod...
i am a coding developer and i want to make to product my projrct
we need an expert in python and C++ or C# to create a script that use our csv with records of each audio setting for each device and set it up in the volume and audio preferences
I want pro level who can solve the code based on the Data structures and have knowledge in the competitive coding. Must be having greater than 3 starts in any competitive programming plateform like codechef.
I am looking for a person who can help build and develop a new bespoke software that will improve the service to our clients.
I want pro level who can solve the code based on the Data structures and have knowledge in the competitive coding.
Looking for a compiler design expert who can do a simple task related to parsing
I want to design a permission page but they can bind any app, i can't open the application without permission, same stuck
I have a program that works on windows xp, I want to run it on windows 10
Want a custom script written for my Verifone POS machine.
I want someone to code an API call logging tool using C or C++ and Microsoft detours library This need to be done as fast as possible please reach out only if you can do this. Yous should use () to hook the following functions: 1- Process APIs: CreateProcess, OpenProcss, ShellExecuteA, ExitProcess, GetCommandline, GetStartupInfo. 2- Registry APIs: RegOpenKey, RegCloseKey, RegDeleteKey, RegDeleteValue, RegSetValue, RegSetKey 3- File APIs: CreateFile, DeleteFile, CopyFile, FindFristFile, FindNextFile 4- Mutex APIs: OpenMutex, CreateMutex, ReleaseMutex. In the detour function, log all the original functions name and params in a log file (dynamic analysis/execution).
You have to make labs according to requirements
Looking for someone to setup min of 1 yr of Replay data (I have this) or 3 years of Replay data if you have and show me how to use this feature. I havent used it in years and wanted to play with it again. Ninjatrader 7.
I want an omni ticketing solution and integration with a terminal device.
Currently using adafruit st7789 library and GFX but its too slow. current write time is around 500ms to fill screen. I would require an Arduino Due optimized custom library capable of fillscreen speed of 5ms or less using the adafruit gfx library.
I want to programme my algo strategy in C++ or Python or Java language which place order faster without any delay and in which no third party platform required only Broker platform and broker data feed and my algo connected. Programmer have to successfully develope and connect with my program in my pc. Strategy details will be given in pdf once my all requirement fullfill. For my algo shortest delay period required between alert time and execution time period. Strategy is based on 1min time frame for equity indian stock which should execute in 1min running candle not wait for candle closing. Note:- Im currently using this stategy in pinescript tradingview but due to third party bridge platform my order is executing bit slow. So i want to avoid third party platform involvement
I need Kaggle software expert to help me fix an error on my file .
I have project that need these skills of Unreal Engine C++ and expert
Need a C++ programmer with solid knowledge in Multithreading, DS and Algorithm. We need to complete some relatively medium functions in order to help us with further job.
I want someone to build TV indicator based on MA and I have the settings from the original one. Please only freelancers which can code TradingView indicators to send offers !
I am looking for a developer who can make a bird interface and application that can work in Win10, Mac environment together with C++ and UI/UX, the other interface should be in a structure that can transfer instant texture, shader solid model to the 3d open source blender viewport screen. other similar project please download and expirience
You can loop through the price levels of the bar by tick size to get the highest and lowest price levels of the bar, then you can use VolumetricBars' GetAskVolumeForPrice and GetBidVolumeForPrice to get the bid/ask volume of those price levels. Looping through price levels of a bar, from low to high: Code: for (double rowPrice = Low[0]; rowPrice <= High[0]; rowPrice += TickSize) Looping through price levels of a bar, from high to low: Code: for (double rowPrice = High[0]; rowPrice >= Low[0]; rowPrice -= TickSize) You could limit the loop to check 2 price levels if you do the following: Looping through price levels of a bar to get the bottom 2 price levels, from low to high: Code: for (double rowPrice = Low[0]; rowPrice <= Low[0] + TickSize; rowPrice += TickSize) Volumet...
Looking for a developer who has experience and can do the uploads
Implementing a Link State routing protocol, such as OSPF (Open Shorted Path First) based on Dijkstra's algorithm. You will need to implement the algorithm in the basic form and advanced form.
Simple - this is a simple one - there are many ways to do this but this is my requirement for now. I have VS Code and my Key for GitLab - can do cl?ne, add, commit, push at command line and - want to do this clearly and confidently inside VS Code There is hope you can give your “best” price; unemployed, and have cancer with bills backing up, $12 possible? Glowing paragraph of feedback 5 stars My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is the project: SINCERELY WOULD BE NICE TO MEET YOU PLEASE ANY TH...
Simple - this is a simple one - there are many ways to do this but this is my requirement for now. I have VS Code and my Key for GitLab - can do cl?ne, add, commit, push at command line and - want to do this clearly and confidently inside VS Code There is hope you can give your “best” price; unemployed, and have cancer with bills backing up, $12 possible? Glowing paragraph of feedback 5 stars My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is the project: SINCERELY WOULD BE NICE TO MEET YOU PLEASE ANY TH...
Simply write interface code to communicate two classes.
We are looking for a freelancer or consultant who can work 8-9 hours daily during regular india work hours. Candidate must not be employed full time with any other company. See the attached JD.
We are looking for a freelancer or consultant who can work 8-9 hours daily during regular india work hours. Candidate must not be employed full time with any other company. See the attached JD.
I need a C++ programer who can help me to build the car dealership project. Discription of this project are below: Write a C++ program to manage a Car Dealership System. The main user is an employee at the dealership. Build Specifications 1. The system should load a catalog of all cars in the inventory, which includes new and old cars. 2. A user can search the inventory: The user of the system can search the inventory by using the make of the car, model of the car, by category (new or old cars), by price(low to high). 3. A user can sell or purchase new and old cars. 4. Add new and old cars into the inventory. **The program must have the following properties : - You should do error handling (Ex: An employee cannot add a car that already exists). - You should use Structure, Clas...
I need a program which spams messages to the contact cia form () form --->>
I need a C++ programer who can help me to build the car dealership project. Discription of this project are below: Write a C++ program to manage a Car Dealership System. The main user is an employee at the dealership. Build Specifications 1. The system should load a catalog of all cars in the inventory, which includes new and old cars. 2. A user can search the inventory: The user of the system can search the inventory by using the make of the car, model of the car, or by category (new or old cars). 3. A user can sell or lease new and old cars. 4. A user can return a leased car into the inventory. 5. Add new and old cars into the inventory. The program must have the following properties : - You should do error handling (Ex: An employee cannot add a car that already exists) - Y...
We are using a standalone nesting Optimization Software named Deepnest. We need to develop new features and automate the process. Deepnest is an Open Source Software and can be customized given the Source code freely available in Github.
DO NOT USE LOOP Create a CodeBlocks project with a file. Submit the file in Canvas. A PC store sells many types of computers. The PC brands are HP, Dell, Lenovo. PC can have either 16 or 8 gigabytes of memory. Use can choose the shipping method as either Standard (Cost it $10) or Express (Cost is $20) The price list is given as follows: Memory size/Brand HP Dell Lenovo 16 gigabytes 899.99 869.99 809.99 8 gigabytes 819.99 779.99 739.99 Determine the price of a given PC dependent on the user inputs. The sales tax is 9.75% for each PC. Validation: For the brand name, beside X for exit, user input can be D, H or L in upper letter case only. For memory size user input can only be 8 or 16. The input quantity...
I would just like the detection of a green or red candle with a wick and a strike on the market which is given by the order flow trade detector with an alert option. see these pictures for better idea.
I need a software that can, based on keyword searches find emails from Linkedin.
first of all I need that code to be completed for the volume of the puts. Second, I need the entire script to be able to read the futures and/or index options market. And thirdly, I would like to add to the total sum of that range that I have available to the script. that calculates the total sum of all the volume of calls, and total volume of puts, of the entire seems reasonable to me. Another condition that I would like to put on the script is exactly the same but for open interest. The final idea is to be able to have a volumetric histogram of the options market, both in calls and puts, of the volume traded on the day on the expiratios that I choose, and another histogram exactly the same but of the open interest.I also want the script to be able to tell me which is the strike with the...
Looking for someone with experience in TOS scripting , someone who already wrote successfully few algorithms in thinkscript editor, for automated entry bracket with few conditions/ triggers for entry and exit trading positions
I'm looking for someone that can help us build a POS system. I'm looking for the same features as Upserve. -Restaurant industry. This is a good feature of the features. Let us know if you can do it & the fastest time you can have a Beta version.
New to coding? Here are some elementary tips you must go through to smooth your journey.
There are so many programming languages out there — each with varying uses. What programming language should you learn first? Here's a guide.