SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Javascript with C++
Hybrid View
-
Oct 8, 2007, 02:13 #1
- Join Date
- Oct 2007
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Javascript with C++
I have a assignment to make an efficient FFT(Fast Fourier Transform) in C++. I can do that but i have to make plots too, so i was thinking of doing so in javascript so that i can publish it in the web. So, how do i integrate these two codes. Do i need to use php or something?
-
Oct 8, 2007, 02:37 #2
You can use java altogether, you can get free plotting code in internet (search for *chart.jar)
-
Oct 8, 2007, 03:07 #3
- Join Date
- Oct 2007
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
no no i'll have to use C++, i just want javascript to be able to plot the graphs and for gui. can't i do it.
-
Oct 8, 2007, 03:43 #4
- Join Date
- Jun 2004
- Location
- Copenhagen, Denmark
- Posts
- 6,157
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
javascript is ill suited for that. You can use another client side environment, such as Java applets or Flash.
-
Oct 8, 2007, 03:59 #5
- Join Date
- Oct 2007
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
if there is provision to use Java backend and javascript for plotting as in this site http://www.dsptutor.freeuk.com/jsana...mAnalyser.html, can't i do this with C++ and javascript. can't i call C++ functions in javascript.
-
Oct 8, 2007, 17:19 #6
- Join Date
- Oct 2007
- Location
- Sydney, Australia
- Posts
- 27
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
nope, you cant
Bookmarks