Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
cpp
- Page 1
Re: Looking for AI app developers
Programming
Mobile Development
1 Week Ago
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
1 Week Ago
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
1 Month Ago
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
1 Month Ago
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
1 Month Ago
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
1 Month Ago
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
2 Months Ago
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
2 Months Ago
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!
16 Years Ago
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
14 Years Ago
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
14 Years Ago
by varunsara
what is virtual destructor in
cpp
?.. if any specific topic like virtual destructor please tell
CPP
Programming
Software Development
9 Years Ago
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
9 Years Ago
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
9 Years Ago
by surayanbo
pleas give me a good book to understand
cpp
more.
Re: Cpp
Programming
Software Development
9 Years Ago
by pritaeas
https://www.daniweb.com/software-development/
cpp
/threads/70096/c-books
Re: CPP Include Path not seen by compiler??
Programming
Software Development
12 Years Ago
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
13 Years Ago
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
15 Years Ago
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
14 Years Ago
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
13 Years Ago
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
13 Years Ago
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
12 Years Ago
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
14 Years Ago
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
17 Years Ago
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
14 Years Ago
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
14 Years Ago
by varunsara
please tell me what is the size of char pointer in
cpp
?
.cpp with just functions(no class)
Programming
Software Development
14 Years Ago
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
13 Years Ago
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
11 Years Ago
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
11 Years Ago
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...
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC