Re: Looking for AI app developers Programming Mobile Development by Pelorus_1 Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning. Re: Looking for AI app developers Programming Mobile Development by KamalDeepPareek Hey Tzanko, That sounds like a great initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction, especially with how much edge AI is gaining traction. I work with a team of mobile app developers and we're currently exploring ideas around on-device AI, especially for privacy-… Re: Show computer name on a label Programming Software Development by Salem … a CLI string. https://learn.microsoft.com/en-us/cpp/extensions/string-cpp-component-extensions?view=msvc-170 > I don't… Re: Show computer name on a label Programming Software Development by Salem … the guessing games.... https://learn.microsoft.com/en-us/cpp/extensions/string-cpp-component-extensions?view=msvc-170 Lists 3 different namespaces… Re: Show computer name on a label Programming Software Development by toneewa … "Failed to retrieve computer name."; } } }; Created mr_m.cpp #using <System.Windows.Forms.dll> #using <System…System.Drawing" /> <ClCompile Include="mr_m.cpp"> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|… Re: Show computer name on a label Programming Software Development by toneewa …;msclr/marshal_cppstd.h> namespace MR_MNamespace { void DisplayComputerName(); } Created mr_m.cpp: #include "stdafx.h" using namespace System; using namespace… Re: Looking for AI app developers Programming Mobile Development by Dani That sounds really interesting. Did you ever launch the SDK? I am a bit in the same boat as you as DaniWeb Connect has an API but I have been really struggling getting it adopted. Sorry I can't be more help to you directly. Re: Looking for AI app developers Programming Mobile Development by Emily Johnson That sounds like an exciting project! An open-source library for running AI models on mobile devices could be incredibly useful for developers looking to integrate AI-driven features. While performance limitations exist, optimizing for real-time or lightweight tasks could open up many possibilities. I’d love to learn more about your SDK and its … CPP Community Center Say Hello! by dipspari Hello friends! I m dips,intrested to know about C,CPP,VB,SQL specially. so please help if needed. cpp Programming Software Development by sangha6 i have to make a program in cpp that finds max,min and avg value from a table and the table is to be retrieved from a location.......any ideas how to do it?????? cpp Programming Software Development by varunsara what is virtual destructor in cpp?.. if any specific topic like virtual destructor please tell CPP Programming Software Development by Varad_1 I am a kid of 15 and just started learning cpp. I want to make a simple programme wherby if i say hi to the computer it must respond by saying hello to me. So please give the coding or programme for it. Re: CPP Programming Software Development by bernardo.mclobo You can start learning with a code like this ... [Click Here](http://www.hitmill.com/programming/cpp/helloWorld.htm) And you need to read the tutorials and books that are in internet sites. Have fun coding :) Cpp Programming Software Development by surayanbo pleas give me a good book to understand cpp more. Re: Cpp Programming Software Development by pritaeas https://www.daniweb.com/software-development/cpp/threads/70096/c-books Re: CPP Include Path not seen by compiler?? Programming Software Development by daino …CXX object src/CMakeFiles/podofo_static.dir/base/PdfObjectStreamParserObject.cpp.obj [ 19%] Building CXX object src…CXX object src/CMakeFiles/podofo_static.dir/base/PdfRefCountedInputDevice.cpp.obj [ 24%] Building CXX object src… object src/CMakeFiles/podofo_static.dir/base/PdfXRefStreamParserObject.cpp.obj [ 32%] Building CXX object src… cpp code for a game stuck Programming Software Development by varun.sharma I made a code(test1.cpp) from an existing code of a game (ramble_shuffle.cpp) using classes...but the code gets stuck somewhere...Iam unable to find the fault...can some1 find please...the code hangs up.... Original game code : shuffle_game.cpp my code : test1.cpp cpp compiler Programming Software Development by AirGear i usually use Visual Studio 6 or sometimes Dev Cpp.. but, they can't show me the runtime and the memory spent.. i need that information, to make sure that my program is qualified.. can someone help me about cpp compiler that can do that? thx. Re: .cpp in terminal Programming Software Development by StuXYZ … You have written some c++ in a file called firstProgram.cpp and you want the output to be called sumNumbers. you… would do this [code] g++ firstProgram.cpp -o sumNumbers [/code] Once that had successfully completed. [If it… doesn't then you wil need to edit firstProgram.cpp and fix the problem.] You can run it with [… CPP file and excel Programming Software Development by SETHU S please inform, I want to connect one CPP data file with excel data file. How to connect (link) one excel file with cpp data file. Which is the header file for the same. Re: CPP file and excel Programming Software Development by Tomtommitom [QUOTE=SETHU S;1619095]please inform, I want to connect one CPP data file with excel data file. How to connect (link) one excel file with cpp data file. Which is the header file for the same.[/QUOTE] i don't know CPP Include Path not seen by compiler?? Programming Software Development by daino I'm trying to build a CPP library and have set the CPP Include path as below. I Am using Windows XP with… Re: .cpp in terminal Programming Software Development by daviddoria try [code] g++ yourfile.cpp [/code] This will produce a binary called a.out. You can also do this to specify the name of the binary file: [code] g++ yourfile.cpp -o nameOfBinary [/code] Cpp program to play wav ffile (sound) Programming Software Development by danibootstrap … my problem statement is to just create a C or Cpp file to play the wav file by not creating a… .cpp in terminal Programming Software Development by coding101 i have a text file on my desktop saved as a .cpp file and has code in it. how do i compile and run it in in terminal using the given g++???? cpp pointer Programming Software Development by varunsara please tell me what is the size of char pointer in cpp? .cpp with just functions(no class) Programming Software Development by maybnxtseasn when you make a .cpp file with just functions and call it your library, is it still proper to provide a .h file with it that has the functions prototypes in it? CPP Headers files, how work? Programming Software Development by Panathinaikos22 … const int MODE_NONE = 1; static int SERVER_MODE; void SetMode(); }; // Server.cpp #include "Server.h" Server::Server() { } void Server::SetMode… cpp coding for converting raw videos to mp4 and saving Programming Software Development by divva i have to develop a code for coversion of video files from raw format to mp4 in linux os using cpp.... i also have to save the resulting mp4 format... friends can anyone plz help me do this i ll be very thankful to you Re: cpp coding for converting raw videos to mp4 and saving Programming Software Development by divva thank you frnd, but i am not that good in cpp... and cant i do my job for video conversion and save without using ffmpeg.. as i have to develop a code which is an extension for some already written coding for video recording which is saved in raw format...